Package obitools :: Package seqdb :: Class AnnotatedSequence
[hide private]
[frames] | no frames]

Class AnnotatedSequence

source code


Instance Methods [hide private]
 
__init__(self, header, featureTable, secondaryAcs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
getHeader(self) source code
 
getFeatureTable(self, skipError=False) source code
 
getSecondaryAcs(self) source code
 
extractTaxon(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  header
Header's Docstring
  featureTable
FeatureTable's Docstring
  secondaryAcs
SecondaryAcs's Docstring

Inherited from object: __class__

Method Details [hide private]

__init__(self, header, featureTable, secondaryAcs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

header

Header's Docstring

Get Method:
getHeader(self)

featureTable

FeatureTable's Docstring

Get Method:
getFeatureTable(self, skipError=False)

secondaryAcs

SecondaryAcs's Docstring

Get Method:
getSecondaryAcs(self)