Uses of Class
org.biojava.bio.seq.db.IllegalIDException
-
Packages that use IllegalIDException Package Description org.biojava.bio.program.gff GFF manipulation.org.biojava.bio.program.ssbind Creation of objects from SAX events using the BioJava BlastLikeDataSetCollection DTD.org.biojava.bio.proteomics.aaindex Classes and interfaces to load Amino Acid Index database files.org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.db Collections of biological sequence data.org.biojava.bio.seq.db.biofetch Client for the OBDA BioFetch protocol.org.biojava.bio.seq.db.flat Support for OBDA flatfile databases.org.biojava.bio.seq.distributed Sequences and SequenceDBs which are composed from data taken from a number of data sources.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 IllegalIDException in org.biojava.bio.program.gff
Methods in org.biojava.bio.program.gff that throw IllegalIDException Modifier and Type Method Description static SequenceDBGFFTools. annotateSequences(SequenceDB seqs, GFFEntrySet ents)Annotates all sequences in a sequence DB with features from a GFF entry set. -
Uses of IllegalIDException in org.biojava.bio.program.ssbind
Methods in org.biojava.bio.program.ssbind that throw IllegalIDException Modifier and Type Method Description SequenceSimilarityPairBuilder. getAnnotatedQuerySeq(String queryID)SequenceSimilarityPairBuilder. getAnnotatedSubjectSeq(String subjectID) -
Uses of IllegalIDException in org.biojava.bio.proteomics.aaindex
Methods in org.biojava.bio.proteomics.aaindex that throw IllegalIDException Modifier and Type Method Description SymbolPropertyTableSimpleSymbolPropertyTableDB. table(String name)Returns the table with the specified name.SymbolPropertyTableSymbolPropertyTableDB. table(String name)Returns the table with the specified name. -
Uses of IllegalIDException in org.biojava.bio.seq
Methods in org.biojava.bio.seq that throw IllegalIDException Modifier and Type Method Description FeatureRemoteFeature.Resolver. resolve(RemoteFeature rFeat)Resolve rFeat. -
Uses of IllegalIDException in org.biojava.bio.seq.db
Methods in org.biojava.bio.seq.db that throw IllegalIDException Modifier and Type Method Description voidIndexedSequenceDB. addFile(File seqFile)Add sequences from a file to the sequence database.voidDummySequenceDB. addSequence(Sequence seq)voidSequenceDBLite. addSequence(Sequence seq)Adds a sequence to the database.IndexBioIndex. fetch(String id)IndexEmblCDROMIndexStore. fetch(String id)IndexIndexStore. fetch(String id)Fetch an Index based upon an ID.IndexTabIndexStore. fetch(String id)SequenceDummySequenceDB. getSequence(String id)SequenceHashSequenceDB. getSequence(String id)SequenceIndexedSequenceDB. getSequence(String id)SequenceSequenceDBLite. getSequence(String id)Retrieve a single sequence by its id.voidDummySequenceDB. removeSequence(String id)voidSequenceDBLite. removeSequence(String id)Remove the sequence associated with an ID from the database.voidEmblCDROMIndexStore. store(Index index)storeadds anIndexto the store.voidIndexStore. store(Index indx)Add the Index to the store.voidTabIndexStore. store(Index indx) -
Uses of IllegalIDException in org.biojava.bio.seq.db.biofetch
Methods in org.biojava.bio.seq.db.biofetch that throw IllegalIDException Modifier and Type Method Description SequenceBioFetchSequenceDB. getSequence(String id) -
Uses of IllegalIDException in org.biojava.bio.seq.db.flat
Methods in org.biojava.bio.seq.db.flat that throw IllegalIDException Modifier and Type Method Description SequenceFlatSequenceDB. getSequence(String id) -
Uses of IllegalIDException in org.biojava.bio.seq.distributed
Methods in org.biojava.bio.seq.distributed that throw IllegalIDException Modifier and Type Method Description SequenceDistributedSequenceDB. getSequence(String id) -
Uses of IllegalIDException in org.biojavax.bio.db
Methods in org.biojavax.bio.db that throw IllegalIDException Modifier and Type Method Description voidAbstractBioEntryDB. addBioEntry(BioEntry seq)voidAbstractRichSequenceDB. addBioEntry(BioEntry seq)voidBioEntryDBLite. addBioEntry(BioEntry seq)Adds a sequence to the database.protected voidHashBioEntryDB. addBioEntry(String id, BioEntry seq)voidHashBioEntryDB. addBioEntry(BioEntry seq)Add a BioEntry, the name of the BioEntry will be used as the IDvoidAbstractRichSequenceDB. addRichSequence(RichSequence seq)protected voidHashRichSequenceDB. addRichSequence(String id, RichSequence seq)voidHashRichSequenceDB. addRichSequence(RichSequence seq)Add a sequence.voidRichSequenceDBLite. addRichSequence(RichSequence seq)Adds a sequence to the database.voidAbstractRichSequenceDB. addSequence(Sequence seq)BioEntryAbstractRichSequenceDB. getBioEntry(String id)BioEntryBioEntryDBLite. getBioEntry(String id)Retrieve a single BioEntry by its id.BioEntryHashBioEntryDB. getBioEntry(String id)BioEntryDBAbstractRichSequenceDB. getBioEntrys(Set ids)BioEntryDBAbstractRichSequenceDB. getBioEntrys(Set ids, BioEntryDB db)BioEntryDBBioEntryDBLite. getBioEntrys(Set ids)Retrieve multiple BioEntry by their ids.BioEntryDBBioEntryDBLite. getBioEntrys(Set ids, BioEntryDB db)Retrieve multiple BioEntry into a specific sequence database.BioEntryDBHashBioEntryDB. getBioEntrys(Set ids)BioEntryDBHashBioEntryDB. getBioEntrys(Set ids, BioEntryDB db)RichSequenceHashRichSequenceDB. getRichSequence(String id)RichSequenceRichSequenceDBLite. getRichSequence(String id)Retrieve a single RichSequence by its id.RichSequenceDBHashRichSequenceDB. getRichSequences(Set ids)RichSequenceDBHashRichSequenceDB. getRichSequences(Set ids, RichSequenceDB db)RichSequenceDBRichSequenceDBLite. getRichSequences(Set ids)Retrieve multiple RichSequence by its id.RichSequenceDBRichSequenceDBLite. getRichSequences(Set ids, RichSequenceDB db)Retrieve multiple RichSequence into a specific sequence database.SequenceAbstractRichSequenceDB. getSequence(String id)voidAbstractBioEntryDB. removeBioEntry(String id)voidAbstractRichSequenceDB. removeBioEntry(String id)voidBioEntryDBLite. removeBioEntry(String id)Remove the BioEntry associated with an ID from the database.voidHashBioEntryDB. removeBioEntry(String id)voidAbstractRichSequenceDB. removeRichSequence(String id)voidRichSequenceDBLite. removeRichSequence(String id)Remove the RichSequence associated with an ID from the database.voidAbstractRichSequenceDB. removeSequence(String id)voidHashRichSequenceDB. removeSequence(String id) -
Uses of IllegalIDException in org.biojavax.bio.db.biosql
Methods in org.biojavax.bio.db.biosql that throw IllegalIDException Modifier and Type Method Description voidBioSQLBioEntryDB. _addBioEntry(BioEntry seq)voidBioSQLBioEntryDB. addBioEntry(BioEntry seq)voidBioSQLRichSequenceDB. addRichSequence(RichSequence seq)RichSequenceBioSQLRichSequenceDB. fullyLoadRichSequence(RichSequence id)BioEntryBioSQLBioEntryDB. getBioEntry(String id)BioEntryDBBioSQLBioEntryDB. getBioEntrys(Set ids)BioEntryDBBioSQLBioEntryDB. getBioEntrys(Set ids, BioEntryDB db)RichSequenceBioSQLRichSequenceDB. getRichSequence(String id)RichSequenceDBBioSQLRichSequenceDB. getRichSequences(Set ids)RichSequenceDBBioSQLRichSequenceDB. getRichSequences(Set ids, RichSequenceDB db)voidBioSQLBioEntryDB. removeBioEntry(String id)voidBioSQLRichSequenceDB. removeRichSequence(String id) -
Uses of IllegalIDException in org.biojavax.bio.db.ncbi
Methods in org.biojavax.bio.db.ncbi that throw IllegalIDException Modifier and Type Method Description RichSequenceGenbankRichSequenceDB. getRichSequence(String id)Given the appropriate Genbank ID, return the matching RichSequence object.RichSequenceGenbankRichSequenceDB. getRichSequence(String id, Namespace nsp)Given the appropriate Genbank ID, return the matching RichSequence object.RichSequenceGenpeptRichSequenceDB. getRichSequence(String id)Given the appropriate Genbank ID, return the matching RichSequence object.RichSequenceGenpeptRichSequenceDB. getRichSequence(String id, Namespace nsp)Given the appropriate Genbank ID, return the matching RichSequence object.RichSequenceDBGenbankRichSequenceDB. getRichSequences(Set list)Retrieve rich sequences from a GenbankRichSequenceDBGenbankRichSequenceDB. getRichSequences(Set list, RichSequenceDB database)Retrieve rich sequences from a GenbankRichSequenceDBGenpeptRichSequenceDB. getRichSequences(Set list)Retrieve rich sequences from a GenbankRichSequenceDBGenpeptRichSequenceDB. getRichSequences(Set list, RichSequenceDB database)Retrieve rich sequences from a Genbank
-