Implementations of Biopython-like Seq objects on top of BioSQL.
This allows retrival of items stored in a BioSQL database using a
biopython-like SeqRecord and Seq interface.
Note: Currently we do not support recording per-letter-annotations
(like quality scores) in BioSQL.
|
|
|
_retrieve_dbxrefs(adaptor,
primary_id)
Retrieve the database cross references for the sequence. |
source code
|
|
|
|
|
_retrieve_location_qualifier_value(adaptor,
location_id) |
source code
|
|
|
_retrieve_annotations(adaptor,
primary_id,
taxon_id) |
source code
|
|
|
_retrieve_qualifier_value(adaptor,
primary_id) |
source code
|
|
|
|
|
_retrieve_taxon(adaptor,
primary_id,
taxon_id) |
source code
|
|
|
|