View on GitHub

NucID

A Python package for identifying nucleosomes using single-end DNase-seq data

Download this project as a .zip file Download this project as a tar.gz file

NucID: Nucleosome Identification using DNase-seq

NucID is a Python package for identifying nucleosome positions from single-end DNase-seq data:

Install

Clone this repository

git clone git@github.com:HarteminkLab/NucID.git

then

cd NucID && python setup.py install

Usage

example.ipynb contains an example on how to calculate moving window nucleosome scores. Each file in the package has an accompany IPython notebook that explains the code.

Pre-computed genome-wide nucleosome scores

We provide pre-computed genome-wide nucleosome scores for both S. cerevisiae genome (sacCer2) and human genome (hg18), available at:

Both were computed using the code here.