Return SeqRecord objects from an indexed file.
This module deals with both flat file and BerkeleyDB indexes. These
indexed files can be created by any of the compliant indexing
implementations from Biopython, BioPerl, BioJava, etc...
Method Summary |
|
__init__ (self,
name,
dbname,
doc)
Intialize with information about loading the database. |
Inherited from DBObject |
|
__getitem__ (self,
key)
|
|
get (self,
key,
default)
S.get(key[, default]) -> data |
|
get_as (self,
key,
to_io,
default)
S.get_as(key[, to_io][, default]) -> object |
|
set (self,
key,
data)
|