public class RNACompoundSet extends AbstractNucleotideCompoundSet<NucleotideCompound>
Constructor and Description |
---|
RNACompoundSet() |
Modifier and Type | Method and Description |
---|---|
static RNACompoundSet |
getRNACompoundSet() |
NucleotideCompound |
newNucleotideCompound(String base,
String complement,
String... equivalents) |
addNucleotideCompound, calculateIndirectAmbiguities, getAmbiguity, isComplementable
addCompound, addCompound, addCompound, addEquivalent, compoundsEqual, compoundsEquivalent, equals, getAllCompounds, getCompoundForString, getEquivalentCompounds, getMaxSingleCompoundStringLength, getStringForCompound, hasCompound, hashCode, isCompoundStringLengthEqual, isValidSequence
public static RNACompoundSet getRNACompoundSet()
public NucleotideCompound newNucleotideCompound(String base, String complement, String... equivalents)
newNucleotideCompound
in class AbstractNucleotideCompoundSet<NucleotideCompound>
Copyright © 2000–2016 BioJava. All rights reserved.