Package | Description |
---|---|
com.hfg.bio | |
com.hfg.bio.seq.format.abi |
Modifier and Type | Field and Description |
---|---|
static Nucleotide |
Nucleotide.ADENINE |
static Nucleotide |
Nucleotide.B |
static Nucleotide |
Nucleotide.CYTOSINE |
static Nucleotide |
Nucleotide.D |
static Nucleotide |
Nucleotide.GUANINE |
static Nucleotide |
Nucleotide.H |
static Nucleotide |
Nucleotide.K |
static Nucleotide |
Nucleotide.M |
static Nucleotide |
Nucleotide.N |
static Nucleotide |
Nucleotide.R |
static Nucleotide |
Nucleotide.S |
static Nucleotide |
Nucleotide.THYMINE |
static Nucleotide |
Nucleotide.URACIL |
static Nucleotide |
Nucleotide.V |
static Nucleotide |
Nucleotide.W |
static Nucleotide |
Nucleotide.Y |
Modifier and Type | Method and Description |
---|---|
Nucleotide |
Nucleotide.addDegeneracy(Nucleotide inValue) |
Nucleotide |
Nucleotide.clone()
Returns an unlocked copy of the Nucleotide.
|
static Nucleotide[] |
Nucleotide.degenerateValues() |
Nucleotide |
Nucleotide.getComplement() |
Nucleotide |
Nucleotide.lock() |
Nucleotide |
Nucleotide.register()
Puts the Nucleotide into the Set of unique Nucleotides returned by Nucleotide.values().
|
static Nucleotide |
Nucleotide.valueOf(char inChar)
Returns the Nucleotide whose 1-letter code matches the specified String.
|
static Nucleotide |
Nucleotide.valueOf(String inString)
Returns the Nucleotide whose name or 1-letter code matches the specified String.
|
static Nucleotide[] |
Nucleotide.values() |
Modifier and Type | Method and Description |
---|---|
Collection<Nucleotide> |
Nucleotide.getDegeneracy() |
Modifier and Type | Method and Description |
---|---|
Nucleotide |
Nucleotide.addDegeneracy(Nucleotide inValue) |
Modifier and Type | Method and Description |
---|---|
short[] |
ABIF.getTraceValues(Nucleotide inNucleotide) |
jataylor@hairyfatguy.com