Trees | Indices | Help |
---|
|
Access GenBank using a read-only dictionary interface (OBSOLETE).
This object is considered obsolete and likely to be deprecated in the next release of Biopython. Please use Bio.Entrez instead.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
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 Thu Dec 25 10:43:42 2008 | http://epydoc.sourceforge.net |