Package | Description |
---|---|
melting.sequences |
Modifier and Type | Method and Description |
---|---|
SpecificAcidNames |
NucleotidSequences.getModifiedAcidName(BasePair pair)
This method is called to get the name of a specific nucleic acid in the base pair (BasePair object).
|
static SpecificAcidNames |
SpecificAcidNames.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecificAcidNames[] |
SpecificAcidNames.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static HashMap<String,SpecificAcidNames> |
NucleotidSequences.getModifiedAcidNames()
This method is called to get the modifiedAcidNames of NucleotidSequences.
|