Package | Description |
---|---|
melting.sequences |
Modifier and Type | Method and Description |
---|---|
ArrayList<BasePair> |
NucleotidSequences.getDuplex()
This method is called to get the duplex of NucleotidSequences.
|
static ArrayList<BasePair> |
NucleotidSequences.getDuplexFrom(String sequence,
String complementary)
This method is called to get the duplex of NucleotidSequences.
|
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).
|