PyMaSC
Python implemented MaSC algorithm for accurate mean fragment length estimation and quality control for ChIP-Seq.
Installation
PyMaSC is available as a Python package. Recommended Python versions are 2.7 or >=3.5.
-
Install
numpy and pysam==0.15.1 before PyMaSC installation.
pip install numpy pysam==0.15.1
If you want to built with Cython native compiled sources, install cython additionally.
-
Install
pymasc.
pip install pymasc
If Cython is not installed, pre-compiled C sources will be used.
-
pymasc, pymasc-plot and pymasc-precalc commands will be installed.
Download Mappability Tracks
Here we share the mappability tracks (bigwig format) for the human genome references, hg19,
hs37d5 and hg38.
Choose the track for a
k-mer length which suits your sequence read length.
These mappability tracks contain only uniquely mappable regions (mappability = 1.0).
You can calcurate entire mappability from the gem-index and a gem-mappability file using
GEM-2-wig command, part of
GEM library.
Raw GEM mappability files and GEM indexes are available at here.
Tutorial
WIP