A tool to create interactive graphs and plot bam read density at specific loci.
- Free software: MIT license
- For documentation, see the home page on ReadtheDocs.
mobamplot
is a Python based tool used for genomic analysis. It was written by Monika Perez in Charles Y. Lin's lab at BCM, initially to create a replacement for BamPlot.
This package provides:
- A set of scripts to visualize sequencing data.
- A set of example input and output files.
mobamplot
can be installed using pip using the following code. MoBamPlot requires that plastid be installed after i.e.:
$ pip install git+https://github.com/linlabcode/mobamplot.git#egg=mobamplot $ pip install plastid
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.