Class: SeqFeature | Bio/SeqFeature.py | ||||||||
---|---|---|---|---|---|---|---|---|---|
Represent a Sequence Feature on an object. Attributes:
o location - the location of the feature on the sequence
o type - the specified type of the feature (ie. CDS, exon, repeat...)
o ref - A reference to another sequence. This could be an accession
number for some different sequence.
o ref_db - A different database for the reference accession number.
o qualifier - A dictionary of qualifiers on the feature. These are
analagous to the qualifiers from a GenBank feature table. The keys of
the dictionary are qualifier names, the values are the qualifier
values.
o sub_features - Additional SeqFeatures which fall under this CDS join(1..10,30..40,50..60) The the top level feature would be a CDS from 1 to 60, and the sub
features would be of
|