I am working on new software for exploring genetic variation and genome annotations. One feature I would like to add is the ability to plot features (gene's, SNPs, SVs, etc.) in a given genomic region. What libraries are you aware of for producing "plots" or images like this in Python. Essentially, I am looking for something similar to Perl's Bio::Graphics module.
So far, I've seen that GenomeTools has a Python interface, but I am looking for possible alternatives.
These look promising, thanks.
I have tryed to use BioGraphy and got it via:
After the two steps
python setup.py build
andpython setup.py install
, I tested the tutorial code from http://apierleoni.github.io/BioGraPy/tutorial.html:However, after this I got the following error message by using the ipython notebook (python 2.7):
Does somebody know how to solve this problem?
Thanks