public class ChemCompTools
extends java.lang.Object
Constructor and Description |
---|
ChemCompTools() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Character |
getAminoOneLetter(java.lang.String chemCompId) |
static java.lang.String |
getAminoThreeLetter(java.lang.Character c) |
static java.lang.Character |
getDNAOneLetter(java.lang.String chemCompId) |
static java.lang.String |
getDNATwoLetter(java.lang.Character c) |
static java.lang.Character |
getOneLetterCode(ChemComp cc,
ChemicalComponentDictionary dictionary) |
static boolean |
isStandardChemComp(ChemComp cc) |
public static java.lang.Character getAminoOneLetter(java.lang.String chemCompId)
public static java.lang.Character getDNAOneLetter(java.lang.String chemCompId)
public static java.lang.String getAminoThreeLetter(java.lang.Character c)
public static java.lang.String getDNATwoLetter(java.lang.Character c)
public static final boolean isStandardChemComp(ChemComp cc)
public static java.lang.Character getOneLetterCode(ChemComp cc, ChemicalComponentDictionary dictionary)