Package org.biojava.nbio.structure.chem
Class ChemCompTools
- java.lang.Object
-
- org.biojava.nbio.structure.chem.ChemCompTools
-
public class ChemCompTools extends Object
-
-
Constructor Summary
Constructors Constructor Description ChemCompTools()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CharactergetAminoOneLetter(String chemCompId)static StringgetAminoThreeLetter(Character c)static CharactergetDNAOneLetter(String chemCompId)static StringgetDNATwoLetter(Character c)static CharactergetOneLetterCode(ChemComp cc, ChemicalComponentDictionary dictionary)static PolymerTypegetPolymerType(ResidueType residueType)static booleanisStandardChemComp(ChemComp cc)
-
-
-
Method Detail
-
getPolymerType
public static PolymerType getPolymerType(ResidueType residueType)
-
isStandardChemComp
public static boolean isStandardChemComp(ChemComp cc)
-
getOneLetterCode
public static Character getOneLetterCode(ChemComp cc, ChemicalComponentDictionary dictionary)
-
-