DeepHistone is a deep learning method to discriminate whether a DNA fragment has modification of a certain histone marker, using DNA sequence and chromatin accessibility information.
- python 2.7/3.6
- pytorch 0.4
- numpy
- pandas
- sk-learn
Download DeepHistone by:
git clone https://github.com/QijinYin/DeepHistone
Installation has been tested in a Linux platform with python 2.7/3.6 .
- data preprocessing
demo dataset was generated and saved in npz format. - model training and estimating
python train.py
- Paper is in review.
This project is licensed under the MIT License - see the LICENSE.md file for details