public class DNACompoundSet extends AbstractNucleotideCompoundSet<NucleotideCompound>
Constructor and Description |
---|
DNACompoundSet() |
Modifier and Type | Method and Description |
---|---|
static DNACompoundSet |
getDNACompoundSet() |
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 DNACompoundSet()
public static DNACompoundSet getDNACompoundSet()
public NucleotideCompound newNucleotideCompound(String base, String complement, String... equivalents)
newNucleotideCompound
in class AbstractNucleotideCompoundSet<NucleotideCompound>
Copyright © 2000–2019 BioJava. All rights reserved.