TAMO.seq.Human | index /home/David_Gordon/docs/TAMO/seq/Human.py |
Fast access to human sequence data in fasta format.
The human genome doesn't fit in the memory of many computers
in text format. This interface provides a quick way to extract
arbitrary pieces of sequence from disk.
Usage:
from TAMO.Seq.Human import get_seq
txt = get_seq('chr1',5678910,5778910)
# -or -
txt = get_seq(1,5678910,5778910)
txt = get_seq('chrX',5678910,5778910)
# -or -
txt = get_seq('X',5678910,5778910)
#-or-
txt = get_seq('chrX:5679010-567890')
Copyright (2005) Whitehead Institute for Biomedical Research (except as noted below)
All Rights Reserved
Author: David Benjamin Gordon
Modules | ||||||
|
Classes | ||||||||||
|
Functions | ||
Data | ||
CHROMOROOT = '/etc/TAMOdata/HumanSeq/' ChrD = {} |