Uses of Interface
org.biojava.bio.seq.SequenceIterator
Packages that use SequenceIterator
Package
Description
Classes to generate and describe sequence alignments.
Collections of biological sequence data.
General purpose Sequence storage in a relational database.
Classes and interfaces for processing and producing flat-file representations
of sequences.
Interactions between biojavax objects and a DB.
Rich implementations of Sequences, Locations and Features.
Classes to support the I/O of RichSequence and
Bioentry objects.
-
Uses of SequenceIterator in org.biojava.bio.alignment
Methods in org.biojava.bio.alignment with parameters of type SequenceIteratorModifier and TypeMethodDescriptionAlignmentAlgorithm.alignAll(SequenceIterator source, SequenceDB subjectDB) -
Uses of SequenceIterator in org.biojava.bio.seq.db
Methods in org.biojava.bio.seq.db that return SequenceIteratorModifier and TypeMethodDescriptionAbstractSequenceDB.sequenceIterator()AnnotatedSequenceDB.sequenceIterator()DummySequenceDB.sequenceIterator()HashSequenceDB.sequenceIterator()IndexedSequenceDB.sequenceIterator()SequenceDB.sequenceIterator()Returns a SequenceIterator over all sequences in the database. -
Uses of SequenceIterator in org.biojava.bio.seq.db.biosql
Methods in org.biojava.bio.seq.db.biosql that return SequenceIterator -
Uses of SequenceIterator in org.biojava.bio.seq.io
Classes in org.biojava.bio.seq.io that implement SequenceIteratorMethods in org.biojava.bio.seq.io that return SequenceIteratorModifier and TypeMethodDescriptionstatic 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 SequenceIteratorModifier and TypeMethodDescriptionstatic 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.db
Methods in org.biojavax.bio.db that return SequenceIteratorModifier and TypeMethodDescriptionAbstractRichSequenceDB.sequenceIterator()RichSequenceDB.sequenceIterator()Returns a SequenceIterator over all sequences in the database. -
Uses of SequenceIterator in org.biojavax.bio.seq
Subinterfaces of SequenceIterator in org.biojavax.bio.seqModifier and TypeInterfaceDescriptioninterfaceEssentially the same as SequenceIterator.Classes in org.biojavax.bio.seq that implement SequenceIteratorModifier and TypeClassDescriptionstatic final classUsed to iterate over a single rich sequenceMethods in org.biojavax.bio.seq with parameters of type SequenceIteratorModifier and TypeMethodDescriptionstatic 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.io
Classes in org.biojavax.bio.seq.io that implement SequenceIteratorModifier and TypeClassDescriptionclassIterates over a Fasta file that is kept in memory for optimized access.classParses a stream into sequences.Methods in org.biojavax.bio.seq.io with parameters of type SequenceIteratorModifier and TypeMethodDescriptionvoidRichStreamWriter.writeStream(SequenceIterator ss, Namespace ns) Write each of the sequences in ss to the stream in the given format.