Package | Description |
---|---|
com.compomics.util.nucleotide |
The classes in this package concern useful Objects and their
operations for modelling and handling nucleotides.
|
Modifier and Type | Method and Description |
---|---|
NucleotideSequenceImpl |
NucleotideSequence.getSequence()
This method reports on the nucleotide sequence.
|
Modifier and Type | Method and Description |
---|---|
void |
NucleotideSequence.setSequence(NucleotideSequenceImpl aSequence)
This method allows the setting of a sequence.
|
Constructor and Description |
---|
NucleotideSequence(Header aHeader,
NucleotideSequenceImpl aSequence)
This constructor allows the passing of a Header, as well as an
AASequenceImpl for this Protein.
|
NucleotideSequence(NucleotideSequenceImpl aSequence)
This constructor requires a NucleotideSequenceImpl as argument.
|
Copyright © 2013. All Rights Reserved.