Uses of Interface
org.biojavax.bio.seq.RichSequence
-
Packages that use RichSequence Package Description org.biojavax.bio.alignment This package contains the interfaces that need to be implemented by discrete alignment services.org.biojavax.bio.alignment.blast This package holds implementations of the org.biojava3.ws.alignment interfaces for the NCBI remote QBlast services through the WWW.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.org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features.org.biojavax.bio.seq.io Classes to support the I/O of RichSequence and Bioentry objects. -
-
Uses of RichSequence in org.biojavax.bio.alignment
Methods in org.biojavax.bio.alignment with parameters of type RichSequence Modifier and Type Method Description StringRemotePairwiseAlignmentService. sendAlignmentRequest(RichSequence rs, RemotePairwiseAlignmentProperties rpa)Doing the actual analysis on the instantiated service using specified parameters and the RichSequence object -
Uses of RichSequence in org.biojavax.bio.alignment.blast
Methods in org.biojavax.bio.alignment.blast with parameters of type RichSequence Modifier and Type Method Description StringRemoteQBlastService. sendAlignmentRequest(RichSequence rs, RemotePairwiseAlignmentProperties rpa)This method is a wrapper that executes the Blast request via the Put command of the CGI-BIN interface with the specified parameters and a RichSequence. -
Uses of RichSequence in org.biojavax.bio.db
Methods in org.biojavax.bio.db that return RichSequence Modifier and Type Method Description RichSequenceHashRichSequenceDB. getRichSequence(String id)RichSequenceRichSequenceDBLite. getRichSequence(String id)Retrieve a single RichSequence by its id.Methods in org.biojavax.bio.db with parameters of type RichSequence Modifier and Type Method Description voidAbstractRichSequenceDB. 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. -
Uses of RichSequence in org.biojavax.bio.db.biosql
Methods in org.biojavax.bio.db.biosql that return RichSequence Modifier and Type Method Description RichSequenceBioSQLRichSequenceDB. fullyLoadRichSequence(RichSequence id)RichSequenceBioSQLRichSequenceDB. getRichSequence(String id)Methods in org.biojavax.bio.db.biosql with parameters of type RichSequence Modifier and Type Method Description voidBioSQLRichSequenceDB. addRichSequence(RichSequence seq)voidBioSQLRichSequenceHandler. edit(RichSequence seq, Edit edit)Apply an edit to the Sequence as specified by the edit object.RichSequenceBioSQLRichSequenceDB. fullyLoadRichSequence(RichSequence id)IteratorBioSQLRichSequenceHandler. iterator(RichSequence seq)An Iterator over all Symbols in this SymbolList.StringBioSQLRichSequenceHandler. seqString(RichSequence seq)Stringify this Sequences.SymbolListBioSQLRichSequenceHandler. subList(RichSequence seq, int start, int end)Return a new SymbolList for the symbols start to end inclusive.StringBioSQLRichSequenceHandler. subStr(RichSequence seq, int start, int end)Return a region of this sequence as a String.SymbolBioSQLRichSequenceHandler. symbolAt(RichSequence seq, int index)Return the symbol at index, counting from 1.ListBioSQLRichSequenceHandler. toList(RichSequence seq)Returns a List of symbols. -
Uses of RichSequence in org.biojavax.bio.db.ncbi
Methods in org.biojavax.bio.db.ncbi that return RichSequence 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. -
Uses of RichSequence in org.biojavax.bio.seq
Classes in org.biojavax.bio.seq that implement RichSequence Modifier and Type Class Description classSimpleRichSequenceA simple implementation of RichSequence.classThinRichSequenceA simple implementation of RichSequence.Methods in org.biojavax.bio.seq that return RichSequence Modifier and Type Method Description static RichSequenceRichSequence.Tools. createRichSequence(String namespace, String name, String seqString, Alphabet alpha)Create a new RichSequence in the specified namespace.static RichSequenceRichSequence.Tools. createRichSequence(String name, String seqString, Alphabet alpha)Create a new RichSequence in the default namespace.static RichSequenceRichSequence.Tools. createRichSequence(String name, SymbolList syms)Create a new RichSequence in the default namespace.static RichSequenceRichSequence.Tools. createRichSequence(Namespace ns, String name, String seqString, Alphabet alpha)Create a new RichSequence in the specified namespace.static RichSequenceRichSequence.Tools. createRichSequence(Namespace ns, String name, SymbolList syms)Create a new RichSequence in the specified namespace.static RichSequenceRichSequence.Tools. enrich(Sequence s)Boldly attempts to convert aSequenceinto aRichSequence.RichSequenceRichSequence.IOTools.SingleRichSeqIterator. nextRichSequence()RichSequenceRichSequenceIterator. nextRichSequence()static RichSequenceRichSequence.Tools. subSequence(RichSequence s, int from, int to, Namespace newNamespace, String newName, String newAccession, String newIdentifier, int newVersion, Double seqVersion)Creates a new sequence from a subregion of another sequence.Methods in org.biojavax.bio.seq with parameters of type RichSequence Modifier and Type Method Description voidDummyRichSequenceHandler. edit(RichSequence seq, Edit edit)Apply an edit to the Sequence as specified by the edit object.voidRichSequenceHandler. edit(RichSequence seq, Edit edit)Apply an edit to the Sequence as specified by the edit object.Iterator<Symbol>DummyRichSequenceHandler. iterator(RichSequence seq)An Iterator over all Symbols in this SymbolList.Iterator<Symbol>RichSequenceHandler. iterator(RichSequence seq)An Iterator over all Symbols in this SymbolList.StringDummyRichSequenceHandler. seqString(RichSequence seq)Stringify this Sequences.StringRichSequenceHandler. seqString(RichSequence seq)Stringify this Sequences.SymbolListDummyRichSequenceHandler. subList(RichSequence seq, int start, int end)Return a new SymbolList for the symbols start to end inclusive.SymbolListRichSequenceHandler. subList(RichSequence seq, int start, int end)Return a new SymbolList for the symbols start to end inclusive.static RichSequenceRichSequence.Tools. subSequence(RichSequence s, int from, int to, Namespace newNamespace, String newName, String newAccession, String newIdentifier, int newVersion, Double seqVersion)Creates a new sequence from a subregion of another sequence.StringDummyRichSequenceHandler. subStr(RichSequence seq, int start, int end)Return a region of this sequence as a String.StringRichSequenceHandler. subStr(RichSequence seq, int start, int end)Return a region of this sequence as a String.SymbolDummyRichSequenceHandler. symbolAt(RichSequence seq, int index)Return the symbol at index, counting from 1.SymbolRichSequenceHandler. symbolAt(RichSequence seq, int index)Return the symbol at index, counting from 1.List<Symbol>DummyRichSequenceHandler. toList(RichSequence seq)Returns a List of symbols.List<Symbol>RichSequenceHandler. toList(RichSequence seq)Returns a List of symbols. -
Uses of RichSequence in org.biojavax.bio.seq.io
Methods in org.biojavax.bio.seq.io that return RichSequence Modifier and Type Method Description RichSequenceRichSequenceBuilder. makeRichSequence()Build a RichSequence.RichSequenceSimpleRichSequenceBuilder. makeRichSequence()Build a RichSequence.RichSequenceHashedFastaIterator. nextRichSequence()RichSequenceRichStreamReader. nextRichSequence()
-