Table of Contents
Implementations of Biopython-like Seq objects on top of BioSQL.
This allows retrival of items stored in a BioSQL database using a biopython-like Seq interface.
_get_ontology_terms ( ontology_name, bioentry_id, adaptor, )
Retrieve ontology values associated with the given id and name.
load_seq_features ( adaptor, primary_id )
Intermediate database object for retrieving sequence and other info.
BioSQL equivalent of the biopython SeqRecord object.