public class DNACompoundSet extends AbstractNucleotideCompoundSet<NucleotideCompound>
| Constructor and Description |
|---|
DNACompoundSet() |
| Modifier and Type | Method and Description |
|---|---|
static DNACompoundSet |
getDNACompoundSet() |
NucleotideCompound |
newNucleotideCompound(java.lang.String base,
java.lang.String complement,
java.lang.String... equivalents) |
addNucleotideCompound, calculateIndirectAmbiguities, getAmbiguity, isComplementableaddCompound, addCompound, addCompound, addEquivalent, compoundsEqual, compoundsEquivalent, equals, getAllCompounds, getCompoundForString, getEquivalentCompounds, getMaxSingleCompoundStringLength, getStringForCompound, hasCompound, hashCode, isCompoundStringLengthEqual, verifySequencepublic static DNACompoundSet getDNACompoundSet()
public NucleotideCompound newNucleotideCompound(java.lang.String base, java.lang.String complement, java.lang.String... equivalents)
newNucleotideCompound in class AbstractNucleotideCompoundSet<NucleotideCompound>