Uses of Class
org.biojavax.bio.seq.io.FastaHeader
Packages that use FastaHeader
Package
Description
Rich implementations of Sequences, Locations and Features.
Classes to support the I/O of RichSequence and
Bioentry objects.
-
Uses of FastaHeader in org.biojavax.bio.seq
Methods in org.biojavax.bio.seq with parameters of type FastaHeaderModifier and TypeMethodDescriptionstatic void
RichSequence.IOTools.writeFasta
(OutputStream os, SequenceIterator in, Namespace ns, FastaHeader header) WritesSequence
s from aSequenceIterator
to anOutputStream
in Fasta Format.static void
RichSequence.IOTools.writeFasta
(OutputStream os, Sequence seq, Namespace ns, FastaHeader header) Writes a singleSequence
to anOutputStream
in Fasta format. -
Uses of FastaHeader in org.biojavax.bio.seq.io
Methods in org.biojavax.bio.seq.io that return FastaHeaderMethods in org.biojavax.bio.seq.io with parameters of type FastaHeader