Class ChemCompTools
- java.lang.Object
-
- org.biojava.nbio.structure.io.mmcif.chem.ChemCompTools
-
public class ChemCompTools extends Object
Some 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 CharactergetAminoOneLetter(String chemCompId)static StringgetAminoThreeLetter(Character c)static CharactergetDNAOneLetter(String chemCompId)static StringgetDNATwoLetter(Character c)static CharactergetOneLetterCode(ChemComp cc, ChemicalComponentDictionary dictionary)static booleanisStandardChemComp(ChemComp cc)
-
-
-
Constructor Detail
-
ChemCompTools
public ChemCompTools()
-
-
Method Detail
-
getAminoOneLetter
public static Character getAminoOneLetter(String chemCompId)
-
getDNAOneLetter
public static Character getDNAOneLetter(String chemCompId)
-
getAminoThreeLetter
public static String getAminoThreeLetter(Character c)
-
getDNATwoLetter
public static String getDNATwoLetter(Character c)
-
isStandardChemComp
public static final boolean isStandardChemComp(ChemComp cc)
-
getOneLetterCode
public static Character getOneLetterCode(ChemComp cc, ChemicalComponentDictionary dictionary)
-
-