Package | Description |
---|---|
org.biolegato.sequence.data |
Modifier and Type | Method and Description |
---|---|
boolean |
Dataset.add(int y,
Seq seq)
Adds a sequence to the Dataset sequence object container.
|
void |
GenBankFile2008.convertTo(java.lang.Appendable result,
Seq seq,
int offset,
int length)
Converts data from the BioLegato's sequence canvas internal format to
the given file format.
|
void |
GDEFlatfile.convertTo(java.lang.Appendable out,
Seq seq,
int offset,
int length)
Translates data from the BioLegato's sequence canvas internal format to
the given file format.
|
void |
GDEFile.convertTo(java.lang.Appendable result,
Seq seq,
int offset,
int length)
Translates data from the BioLegato's sequence canvas internal format to
the given file format.
|
void |
FastAFile.convertTo(java.lang.Appendable result,
Seq seq,
int offset,
int length)
Translates data from the BioLegato's sequence canvas internal format to
the given file format.
|
abstract void |
DataFormat.convertTo(java.lang.Appendable destination,
Seq data,
int offset,
int length)
Converts data from the BioLegato's sequence canvas internal format
to the given file format.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Dataset.addSequences(int y,
java.util.Collection<Seq> seqs)
Adds sequences to the Dataset sequence object container.
|
Constructor and Description |
---|
Seq(Seq data)
Constructs new instance of a sequence object by copying data from
another, pre-existing sequence object.
|
Copyright © 2008-2022 University of Manitoba.