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