Class DNACompoundSet
java.lang.Object
org.biojava.nbio.core.sequence.template.AbstractCompoundSet<C>
org.biojava.nbio.core.sequence.template.AbstractNucleotideCompoundSet<NucleotideCompound>
org.biojava.nbio.core.sequence.compound.DNACompoundSet
- All Implemented Interfaces:
CompoundSet<NucleotideCompound>
- Direct Known Subclasses:
AmbiguityDNACompoundSet
,AmbiguityDNARNAHybridCompoundSet
- Author:
- Andy Yates
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DNACompoundSet
newNucleotideCompound
(String base, String complement, String... equivalents) Methods inherited from class org.biojava.nbio.core.sequence.template.AbstractNucleotideCompoundSet
addNucleotideCompound, calculateIndirectAmbiguities, getAmbiguity, isComplementable
Methods inherited from class org.biojava.nbio.core.sequence.template.AbstractCompoundSet
addCompound, addCompound, addCompound, addEquivalent, compoundsEqual, compoundsEquivalent, equals, getAllCompounds, getCompoundForString, getEquivalentCompounds, getMaxSingleCompoundStringLength, getStringForCompound, hasCompound, hashCode, isCompoundStringLengthEqual, isValidSequence
-
Constructor Details
-
DNACompoundSet
public DNACompoundSet()
-
-
Method Details
-
getDNACompoundSet
-
newNucleotideCompound
public NucleotideCompound newNucleotideCompound(String base, String complement, String... equivalents) - Specified by:
newNucleotideCompound
in classAbstractNucleotideCompoundSet<NucleotideCompound>
-