Class RNACompoundSet
java.lang.Object
org.biojava3.core.sequence.template.AbstractCompoundSet<C>
org.biojava3.core.sequence.template.AbstractNucleotideCompoundSet<NucleotideCompound>
org.biojava3.core.sequence.compound.RNACompoundSet
- All Implemented Interfaces:
CompoundSet<NucleotideCompound>
- Direct Known Subclasses:
AmbiguityRNACompoundSet
- Author:
- Andy Yates
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RNACompoundSet
newNucleotideCompound
(String base, String complement, String... equivalents) Methods inherited from class org.biojava3.core.sequence.template.AbstractNucleotideCompoundSet
getAmbiguity, isComplementable
Methods inherited from class org.biojava3.core.sequence.template.AbstractCompoundSet
compoundsEqual, compoundsEquivalent, equals, getAllCompounds, getCompoundForString, getEquivalentCompounds, getMaxSingleCompoundStringLength, getStringForCompound, hasCompound, hashCode, isCompoundStringLengthEqual, verifySequence
-
Constructor Details
-
RNACompoundSet
public RNACompoundSet()
-
-
Method Details
-
getRNACompoundSet
-
newNucleotideCompound
public NucleotideCompound newNucleotideCompound(String base, String complement, String... equivalents)
-