|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NucleotideState | |
|---|---|
| jebl.evolution.sequences | |
| Uses of NucleotideState in jebl.evolution.sequences |
|---|
| Methods in jebl.evolution.sequences that return NucleotideState | |
|---|---|
static NucleotideState[] |
Utils.complement(NucleotideState[] sequence)
|
static NucleotideState |
Nucleotides.getGapState()
|
static NucleotideState |
Nucleotides.getState(char code)
|
static NucleotideState |
Nucleotides.getState(int index)
|
static NucleotideState |
Nucleotides.getState(String code)
|
static NucleotideState |
Nucleotides.getUnknownState()
|
static NucleotideState[] |
Utils.reverseComplement(NucleotideState[] sequence)
|
static NucleotideState[] |
Codons.toNucleotides(CodonState state)
|
static NucleotideState[] |
Nucleotides.toStateArray(byte[] indexArray)
|
static NucleotideState[] |
Nucleotides.toStateArray(String sequenceString)
|
| Methods in jebl.evolution.sequences that return types with arguments of type NucleotideState | |
|---|---|
static List<NucleotideState> |
Nucleotides.getCanonicalStates()
|
| Methods in jebl.evolution.sequences with parameters of type NucleotideState | |
|---|---|
static NucleotideState[] |
Utils.complement(NucleotideState[] sequence)
|
static CodonState |
Codons.getState(NucleotideState nucleotide1,
NucleotideState nucleotide2,
NucleotideState nucleotide3)
|
static boolean |
Nucleotides.isGap(NucleotideState state)
|
static boolean |
Nucleotides.isUnknown(NucleotideState state)
|
static NucleotideState[] |
Utils.reverseComplement(NucleotideState[] sequence)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||