| Trees | Indices | Help |
|
|---|
|
|
object --+
|
SequenceIndex
Stores indexes and provides quick access to mirrored sequences. Since we are not accessing the database directly, this provides a reasonably efficent alternative to doing a linear search through sequences every time when need one.
Iterating of a SequenceIndex instance will iterate over
its sequences in order of id.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
| sequences | |||
| ids | |||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
Get the index in the sequence file of the sequence with the given id. Returns None if the id isn't in the sequence file. |
|
|||
sequences
|
ids
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |