| Package | Description | 
|---|---|
| org.biojavax.bio.db | 
 Interactions between biojavax objects and a DB. 
 | 
| org.biojavax.bio.db.biosql | 
 Interface between biojava and biosql databases 
 | 
| org.biojavax.bio.db.ncbi | 
 Interfaces to NCBI data. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
RichSequenceDB
A database of RichSequences with accessible keys and iterators over all
 sequences. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractBioEntryDB
An abstract implementation of BioEntryDB that provides the getBioEntryIterator
 method. 
 | 
class  | 
AbstractRichSequenceDB
An abstract implementation of RichSequenceDB that provides the getRichSequenceIterator
 method. 
 | 
class  | 
HashBioEntryDB
An implementation of RichSequenceDB that uses an underlying HashMap to store the
 RichSequence objects. 
 | 
class  | 
HashRichSequenceDB
An implementation of RichSequenceDB that uses an underlying HashMap to store the
 RichSequence objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BioEntryDB | 
BioEntryDBLite.getBioEntrys(Set ids)
Retrieve multiple BioEntry by their ids. 
 | 
BioEntryDB | 
HashBioEntryDB.getBioEntrys(Set ids)  | 
BioEntryDB | 
AbstractRichSequenceDB.getBioEntrys(Set ids)  | 
BioEntryDB | 
BioEntryDBLite.getBioEntrys(Set ids,
            BioEntryDB db)
Retrieve multiple BioEntry into a specific sequence database. 
 | 
BioEntryDB | 
HashBioEntryDB.getBioEntrys(Set ids,
            BioEntryDB db)  | 
BioEntryDB | 
AbstractRichSequenceDB.getBioEntrys(Set ids,
            BioEntryDB db)  | 
| Modifier and Type | Method and Description | 
|---|---|
BioEntryDB | 
BioEntryDBLite.getBioEntrys(Set ids,
            BioEntryDB db)
Retrieve multiple BioEntry into a specific sequence database. 
 | 
BioEntryDB | 
HashBioEntryDB.getBioEntrys(Set ids,
            BioEntryDB db)  | 
BioEntryDB | 
AbstractRichSequenceDB.getBioEntrys(Set ids,
            BioEntryDB db)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BioSQLBioEntryDB  | 
class  | 
BioSQLRichSequenceDB  | 
| Modifier and Type | Method and Description | 
|---|---|
BioEntryDB | 
BioSQLBioEntryDB.getBioEntrys(Set ids)  | 
BioEntryDB | 
BioSQLBioEntryDB.getBioEntrys(Set ids,
            BioEntryDB db)  | 
| Modifier and Type | Method and Description | 
|---|---|
BioEntryDB | 
BioSQLBioEntryDB.getBioEntrys(Set ids,
            BioEntryDB db)  | 
| Modifier and Type | Class and 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. 
 | 
Copyright © 2020 BioJava. All rights reserved.