Class ChemCompTools
- java.lang.Object
-
- org.biojava.bio.structure.io.mmcif.chem.ChemCompTools
-
public class ChemCompTools extends java.lang.ObjectSome tools for working with chemical compounds.- Since:
- 1.7
- Author:
- Andreas Prlic
-
-
Constructor Summary
Constructors Constructor Description ChemCompTools()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.CharactergetAminoOneLetter(java.lang.String chemCompId)static java.lang.StringgetAminoThreeLetter(java.lang.Character c)static java.lang.CharactergetDNAOneLetter(java.lang.String chemCompId)static java.lang.StringgetDNATwoLetter(java.lang.Character c)static java.lang.CharactergetOneLetterCode(ChemComp cc, ChemicalComponentDictionary dictionary)static booleanisStandardChemComp(ChemComp cc)
-
-
-
Method Detail
-
getAminoOneLetter
public static java.lang.Character getAminoOneLetter(java.lang.String chemCompId)
-
getDNAOneLetter
public static java.lang.Character getDNAOneLetter(java.lang.String chemCompId)
-
getAminoThreeLetter
public static java.lang.String getAminoThreeLetter(java.lang.Character c)
-
getDNATwoLetter
public static java.lang.String getDNATwoLetter(java.lang.Character c)
-
isStandardChemComp
public static final boolean isStandardChemComp(ChemComp cc)
-
getOneLetterCode
public static java.lang.Character getOneLetterCode(ChemComp cc, ChemicalComponentDictionary dictionary)
-
-