pyGenomeViz icon indicating copy to clipboard operation
pyGenomeViz copied to clipboard

A genome visualization python package for comparative genomics

Results 4 pyGenomeViz issues
Sort by recently updated
recently updated
newest added

Hi, First of all, thank you for developing this package, I have used GenoPlotR in the past, but I personally prefer to program in Python, and with PygenomeViz you can...

enhancement

Can this align multiple chromosomes? something like this? If yes, please explain how. ![image](https://user-images.githubusercontent.com/50389451/213054148-beaf82d2-2943-4f16-9fc3-b07fb4a981bf.png)

enhancement

Hi, this may not be a required feature, but one that I want to implement. Usually, the comparison of two genes focuses on the lower part of the gene to...

Hello, I am trying to visualise my rRNA units with the following script: ``` # Limited Range Features from Bio.SeqFeature import SeqFeature from pygenomeviz import Gff, GenomeViz import matplotlib.pyplot as...

question