Class AminoAcidManipulator
- java.lang.Object
-
- org.openscience.cdk.tools.manipulator.AminoAcidManipulator
-
-
Constructor Summary
Constructors Constructor Description AminoAcidManipulator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addAcidicOxygen(IAminoAcid acid)
Adds the singly bonded oxygen from the acid group of the AminoAcid.static void
removeAcidicOxygen(IAminoAcid acid)
Removes the singly bonded oxygen from the acid group of the AminoAcid.
-
-
-
Method Detail
-
removeAcidicOxygen
public static void removeAcidicOxygen(IAminoAcid acid) throws CDKException
Removes the singly bonded oxygen from the acid group of the AminoAcid.- Parameters:
acid
- AminoAcid from which to remove the oxygen- Throws:
CDKException
- when the C-terminus is not defined for the given AminoAcid
-
addAcidicOxygen
public static void addAcidicOxygen(IAminoAcid acid) throws CDKException
Adds the singly bonded oxygen from the acid group of the AminoAcid.- Parameters:
acid
- AminoAcid to which to add the oxygen- Throws:
CDKException
- when the C-terminus is not defined for the given AminoAcid
-
-