Table of Contents

Module: Distribution Bio/Graphics/Distribution.py

Display information distributed across a Chromosome-like object.

These classes are meant to show the distribution of some kind of information as it changes across any kind of segment. It was designed with chromosome distributions in mind, but could also work for chromosome regions, BAC clones or anything similar.

Reportlab is used for producing the graphical output.

Imported modules   
import math
from reportlab.graphics import renderPDF, renderPS
from reportlab.graphics.charts.barcharts import VerticalBarChart, BarChartProperties
from reportlab.graphics.shapes import Drawing, String
from reportlab.graphics.widgetbase import TypedPropertyCollection
from reportlab.lib import colors
from reportlab.lib.pagesizes import letter
from reportlab.lib.units import inch
from reportlab.pdfgen import canvas
Classes   
BarChartDistribution

Display the distribution of values as a bunch of bars.

DistributionPage

Display a grouping of distributions on a page.

LineDistribution

Display the distribution of values as connected lines.


Table of Contents

This document was automatically generated on Mon Jul 1 12:03:12 2002 by HappyDoc version 2.0.1