=============================== Package *'track'* documentation =============================== Provides easy read/write access to genomic tracks in a fashion that is independent from the underlying format. Requires Python 2.6 or higher. Currently the following formats are implemented: * `BioSQLite `_, `BED `_, `WIG `_, `GFF `_, `GTF `_, `bedGraph `_, `bigWig `_ More formats can be added easily. ======= Example ======= To get access to the information contained inside an already existing genomic track, you would do the following whatever the format of the track is:: import track with track.load('tracks/rp_genes.bed') as rp: data = rp.read('chr3') ================= Table of contents ================= .. toctree:: :maxdepth: 1 content/installation content/quick_start content/handeling content/track content/manipulate content/memory content/numbering content/bugs content/licensing