Uses of Interface
org.biojava.bio.seq.SequenceIterator
- 
Packages that use SequenceIterator Package Description org.biojava.bio.alignment Classes to generate and describe sequence alignments.org.biojava.bio.seq.db Collections of biological sequence data.org.biojava.bio.seq.db.biosql General purpose Sequence storage in a relational database.org.biojava.bio.seq.io Classes and interfaces for processing and producing flat-file representations of sequences.org.biojavax.bio.db Interactions between biojavax objects and a DB.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 SequenceIterator in org.biojava.bio.alignmentMethods in org.biojava.bio.alignment with parameters of type SequenceIterator Modifier and Type Method Description List<AlignmentPair>AlignmentAlgorithm. alignAll(SequenceIterator source, SequenceDB subjectDB)
- 
Uses of SequenceIterator in org.biojava.bio.seq.dbMethods in org.biojava.bio.seq.db that return SequenceIterator Modifier and Type Method Description SequenceIteratorAbstractSequenceDB. sequenceIterator()SequenceIteratorAnnotatedSequenceDB. sequenceIterator()SequenceIteratorDummySequenceDB. sequenceIterator()SequenceIteratorHashSequenceDB. sequenceIterator()SequenceIteratorIndexedSequenceDB. sequenceIterator()SequenceIteratorSequenceDB. sequenceIterator()Returns a SequenceIterator over all sequences in the database.
- 
Uses of SequenceIterator in org.biojava.bio.seq.db.biosqlMethods in org.biojava.bio.seq.db.biosql that return SequenceIterator Modifier and Type Method Description SequenceIteratorBioSQLSequenceDB. sequenceIterator()Deprecated.
- 
Uses of SequenceIterator in org.biojava.bio.seq.ioClasses in org.biojava.bio.seq.io that implement SequenceIterator Modifier and Type Class Description classStreamReaderParses a stream into sequences.Methods in org.biojava.bio.seq.io that return SequenceIterator Modifier and Type Method Description static SequenceIteratorSeqIOTools. readEmbl(BufferedReader br)Deprecated.Iterate over the sequences in an EMBL-format stream.static SequenceIteratorSeqIOTools. readEmblNucleotide(BufferedReader br)Deprecated.Iterate over the sequences in an EMBL-format stream.static SequenceIteratorSeqIOTools. readEmblRNA(BufferedReader br)Deprecated.Iterate over the sequences in an EMBL-format stream, but for RNA.static SequenceIteratorSeqIOTools. readFasta(BufferedReader br, SymbolTokenization sTok)Deprecated.Read a fasta file.static SequenceIteratorSeqIOTools. readFasta(BufferedReader br, SymbolTokenization sTok, SequenceBuilderFactory seqFactory)Deprecated.Read a fasta file using a custom type of SymbolList.static SequenceIteratorSeqIOTools. readFastaDNA(BufferedReader br)Deprecated.Iterate over the sequences in an FASTA-format stream of DNA sequences.static SequenceIteratorSeqIOTools. readFastaProtein(BufferedReader br)Deprecated.Iterate over the sequences in an FASTA-format stream of Protein sequences.static SequenceIteratorSeqIOTools. readFastaRNA(BufferedReader br)Deprecated.Iterate over the sequences in an FASTA-format stream of RNA sequences.static SequenceIteratorSeqIOTools. readGenbank(BufferedReader br)Deprecated.Iterate over the sequences in an Genbank-format stream.static SequenceIteratorSeqIOTools. readGenbankXml(BufferedReader br)Deprecated.Iterate over the sequences in an GenbankXML-format stream.static SequenceIteratorSeqIOTools. readGenpept(BufferedReader br)Deprecated.Iterate over the sequences in an Genpept-format stream.static SequenceIteratorSeqIOTools. readSwissprot(BufferedReader br)Deprecated.Iterate over the sequences in an Swissprot-format stream.Methods in org.biojava.bio.seq.io with parameters of type SequenceIterator Modifier and Type Method Description static voidSeqIOTools. writeEmbl(OutputStream os, SequenceIterator in)Deprecated.Writes a stream of Sequences to an OutputStream in EMBL format.static voidSeqIOTools. writeFasta(OutputStream os, SequenceIterator in)Deprecated.Writes sequences from a SequenceIterator to an OutputStream in Fasta Format.static voidSeqIOTools. writeGenbank(OutputStream os, SequenceIterator in)Deprecated.Writes a stream of Sequences to an OutputStream in Genbank format.static voidSeqIOTools. writeGenpept(OutputStream os, SequenceIterator in)Deprecated.Writes a stream of Sequences to an OutputStream in Genpept format.voidStreamWriter. writeStream(SequenceIterator ss)Write each of the sequences in ss to the stream in the given format.static voidSeqIOTools. writeSwissprot(OutputStream os, SequenceIterator in)Deprecated.Writes a stream of Sequences to an OutputStream in SwissProt format.
- 
Uses of SequenceIterator in org.biojavax.bio.dbMethods in org.biojavax.bio.db that return SequenceIterator Modifier and Type Method Description SequenceIteratorAbstractRichSequenceDB. sequenceIterator()SequenceIteratorRichSequenceDB. sequenceIterator()Returns a SequenceIterator over all sequences in the database.
- 
Uses of SequenceIterator in org.biojavax.bio.seqSubinterfaces of SequenceIterator in org.biojavax.bio.seq Modifier and Type Interface Description interfaceRichSequenceIteratorEssentially the same as SequenceIterator.Classes in org.biojavax.bio.seq that implement SequenceIterator Modifier and Type Class Description static classRichSequence.IOTools.SingleRichSeqIteratorUsed to iterate over a single rich sequenceMethods in org.biojavax.bio.seq with parameters of type SequenceIterator Modifier and Type Method Description static voidRichSequence.IOTools. writeEMBL(OutputStream os, SequenceIterator in, Namespace ns)Writes sequences from aSequenceIteratorto anOutputStreamin EMBL Format.static voidRichSequence.IOTools. writeEMBLxml(OutputStream os, SequenceIterator in, Namespace ns)Writes sequences from aSequenceIteratorto anOutputStreamin EMBLxml Format.static voidRichSequence.IOTools. writeFasta(OutputStream os, SequenceIterator in, Namespace ns)WritesSequences from aSequenceIteratorto anOutputStreamin Fasta Format.static voidRichSequence.IOTools. writeFasta(OutputStream os, SequenceIterator in, Namespace ns, FastaHeader header)WritesSequences from aSequenceIteratorto anOutputStreamin Fasta Format.static voidRichSequence.IOTools. writeGenbank(OutputStream os, SequenceIterator in, Namespace ns)Writes sequences from aSequenceIteratorto anOutputStreamin GenBank Format.static voidRichSequence.IOTools. writeINSDseq(OutputStream os, SequenceIterator in, Namespace ns)Writes sequences from aSequenceIteratorto anOutputStreamin INSDseq Format.static voidRichSequence.IOTools. writeUniProt(OutputStream os, SequenceIterator in, Namespace ns)Writes sequences from aSequenceIteratorto anOutputStreamin UniProt Format.static voidRichSequence.IOTools. writeUniProtXML(OutputStream os, SequenceIterator in, Namespace ns)Writes sequences from aSequenceIteratorto anOutputStreamin UniProt XML Format.
- 
Uses of SequenceIterator in org.biojavax.bio.seq.ioClasses in org.biojavax.bio.seq.io that implement SequenceIterator Modifier and Type Class Description classHashedFastaIteratorIterates over a Fasta file that is kept in memory for optimized access.classRichStreamReaderParses a stream into sequences.Methods in org.biojavax.bio.seq.io with parameters of type SequenceIterator Modifier and Type Method Description voidRichStreamWriter. writeStream(SequenceIterator ss, Namespace ns)Write each of the sequences in ss to the stream in the given format.
 
-