| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RichSequence.IOTools.writeFasta(OutputStream os,
SequenceIterator in,
Namespace ns,
FastaHeader header)
Writes
Sequences from a SequenceIterator to
an OutputStream in Fasta Format. |
static void |
RichSequence.IOTools.writeFasta(OutputStream os,
Sequence seq,
Namespace ns,
FastaHeader header)
Writes a single
Sequence to an OutputStream
in Fasta format. |
| Modifier and Type | Method and Description |
|---|---|
FastaHeader |
FastaFormat.getHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
FastaFormat.setHeader(FastaHeader header) |
Copyright © 2014 BioJava. All rights reserved.