Constructor and Description |
---|
AminoAcidManipulator() |
Modifier and Type | Method and 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.
|
public static void removeAcidicOxygen(IAminoAcid acid) throws CDKException
acid
- AminoAcid from which to remove the oxygenCDKException
- when the C-terminus is not defined for the given AminoAcidpublic static void addAcidicOxygen(IAminoAcid acid) throws CDKException
acid
- AminoAcid to which to add the oxygenCDKException
- when the C-terminus is not defined for the given AminoAcidCopyright © 2021. All rights reserved.