Module _Diagram
source code
Diagram module
Provides:
o Diagram - Container for information concerning the tracks to be
drawn in a diagram, and the interface for defining the
diagram (possibly split these functions in later version?)
For drawing capabilities, this module uses reportlab to draw and write
the diagram:
http://www.reportlab.com
For dealing with biological information, the package expects BioPython
objects - namely SeqRecord ojbects containing SeqFeature objects.
|
__package__ = ' Bio.Graphics.GenomeDiagram '
|