Trees | Index | Help |
---|
Package Bio :: Module SeqFeature :: Class OneOfPosition |
|
AbstractPosition
--+
|
OneOfPosition
Specify a position where the location can be multiple positions.
This models the GenBank 'one-of(1888,1901)' function, and tries to make this fit within the Biopython Position models. In our case the position of the "one-of" is set as the lowest choice, and the extension is the range to the highest choice.Method Summary | |
---|---|
Initialie with a set of posssible positions. | |
__str__(self)
| |
Inherited from AbstractPosition | |
A simple comparison function for positions. |
Method Details |
---|
__init__(self,
position_list)
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Aug 27 16:13:12 2007 | http://epydoc.sf.net |