Install
The Basic DNA Methylation (DM) format and dmtools
Requirements
gcc >= v4.8
GSL Library required for differential analysis
some python library
The details of requirements can see Requirements
DMtools install
a) git clone https://github.com/ZhouQiangwei/dmtools.git
b) Change directory into the top directory of dmtools
$ cd dmtools
c) Type
$ make
e) The binary of dmtools will be created in ./
python library required for visualization
pip install numpy
pip install pandas
pip install matplotlib
pip install seaborn
pip install scipy
Tip
For feature requests or bug reports please open an issue on github.