Uses of Interface
org.biojavax.bio.db.RichSequenceDBLite
-
Packages that use RichSequenceDBLite Package Description org.biojavax.bio.db Interactions between biojavax objects and a DB.org.biojavax.bio.db.biosql Interface between biojava and biosql databasesorg.biojavax.bio.db.ncbi Interfaces to NCBI data. -
-
Uses of RichSequenceDBLite in org.biojavax.bio.db
Subinterfaces of RichSequenceDBLite in org.biojavax.bio.db Modifier and Type Interface Description interface
RichSequenceDB
A database of RichSequences with accessible keys and iterators over all sequences.Classes in org.biojavax.bio.db that implement RichSequenceDBLite Modifier and Type Class Description class
AbstractRichSequenceDB
An abstract implementation of RichSequenceDB that provides the getRichSequenceIterator method.class
HashRichSequenceDB
An implementation of RichSequenceDB that uses an underlying HashMap to store the RichSequence objects. -
Uses of RichSequenceDBLite in org.biojavax.bio.db.biosql
Classes in org.biojavax.bio.db.biosql that implement RichSequenceDBLite Modifier and Type Class Description class
BioSQLRichSequenceDB
-
Uses of RichSequenceDBLite in org.biojavax.bio.db.ncbi
Classes in org.biojavax.bio.db.ncbi that implement RichSequenceDBLite Modifier and Type Class Description class
GenbankRichSequenceDB
This class contains functions accessing DNA sequences in Genbank format.class
GenpeptRichSequenceDB
This class contains functions accessing Peptide sequences in Genpept format.
-