Trees | Indices | Help |
---|
|
Access to General Feature Format databases created with Bio::DB:GFF
based on documentation for Lincoln Stein's Perl Bio::DB::GFF
>>> import os >>> import Bio.GFF >>> PASSWORD = os.environ['MYSQLPASS'] >>> DATABASE_GFF = 'wormbase_ws93' >>> FASTADIR = '/local/wormbase_ws93/' >>> gff = Bio.GFF.Connection(passwd=PASSWORD, db=DATABASE_GFF, fastadir=FASTADIR)
Version: $Revision: 1.10 $
|
|||
|
|
|||
Segment this will only work for the simplest of easy.Location objects |
|||
Connection Connection to GFF database |
|||
RetrieveSeqname Singleton: contain records of loaded FASTA files |
|||
Feature strand may be: +/0 = Watson -/1 = Crick |
|||
FeatureQueryRow row of FeatureQuery results works like a Feature |
|||
FeatureQuery SELECT fdata.fref AS seqname,... |
|||
FeatureAggregate |
|
|||
|
|||
|
|||
|
|
|||
DEFAULT_ALPHABET = IUPACUnambiguousDNA()
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Sep 22 19:53:52 2009 | http://epydoc.sourceforge.net |