Trees | Indices | Help |
---|
|
Access GenBank using a read-only dictionary interface (DEPRECATED).
This object is deprecated and will be removed in a future release of Biopython. Please use Bio.Entrez instead as described in the tutorial.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
bool |
|
||
|
|||
|
|
|||
VALID_DATABASES =
|
|||
VALID_FORMATS =
|
|
Initialize an NCBI dictionary to retrieve sequences. Create a new Dictionary to access GenBank. Valid values for database are 'nucleotide' and 'protein'. Valid values for format are 'genbank' (for nucleotide genbank and protein genpept) and 'fasta'. dely and retmax are old options kept only for compatibility -- do not bother to set them. parser is an optional parser object to change the results into another form. If unspecified, then the raw contents of the file will be returned. |
Return the GenBank entry specified by the GenBank ID. Raises a KeyError if there's an error. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Sep 22 19:54:00 2009 | http://epydoc.sourceforge.net |