public class SimpleReactions extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.openscience.cdk.smiles.SmilesGenerator |
gen |
protected static String[] |
hydrolize |
protected static String[] |
hydrolizePO4 |
protected static org.openscience.cdk.interfaces.IReaction[] |
hydrolysis |
protected static org.openscience.cdk.interfaces.IReaction[] |
hydrolysisPO4 |
protected static Logger |
logger |
protected static org.openscience.cdk.interfaces.IReaction[] |
metabolic |
protected static String[] |
metabolize |
protected org.openscience.cdk.interfaces.IReaction |
reaction |
| Constructor and Description |
|---|
SimpleReactions() |
| Modifier and Type | Method and Description |
|---|---|
org.openscience.cdk.interfaces.IAtomContainerSet |
canMetabolize(org.openscience.cdk.interfaces.IAtomContainer mol,
boolean allPossible) |
org.openscience.cdk.interfaces.IAtomContainerSet |
canMetabolize(org.openscience.cdk.interfaces.IAtomContainer mol,
boolean allPossible,
org.openscience.cdk.interfaces.IChemObjectBuilder builder)
Checks if 4 predefined metabolic reactions can be applied to Molecule mol
|
static org.openscience.cdk.isomorphism.matchers.QueryAtomContainer |
createQueryContainer(org.openscience.cdk.interfaces.IAtomContainer container) |
org.openscience.cdk.interfaces.IReaction |
getHydrolysisPO4Reaction(int index) |
static int |
getHydrolysisPO4ReactionCount() |
org.openscience.cdk.interfaces.IReaction |
getHydrolysisReaction(int index) |
static int |
getHydrolysisReactionCount() |
org.openscience.cdk.interfaces.IReaction |
getMetabolicReaction(int index) |
static int |
getMetabolicReactionCount() |
protected static org.openscience.cdk.interfaces.IAtomContainerSet |
hydrolize(org.openscience.cdk.interfaces.IAtomContainer a,
org.openscience.cdk.isomorphism.matchers.QueryAtomContainer q,
List list,
org.openscience.cdk.interfaces.IChemObjectBuilder builder) |
org.openscience.cdk.interfaces.IAtomContainerSet |
hydrolizesPO4(org.openscience.cdk.interfaces.IAtomContainer mol) |
org.openscience.cdk.interfaces.IAtomContainerSet |
hydrolizesPO4(org.openscience.cdk.interfaces.IAtomContainer mol,
org.openscience.cdk.interfaces.IChemObjectBuilder builder) |
org.openscience.cdk.interfaces.IAtomContainerSet |
isReadilyHydrolised(org.openscience.cdk.interfaces.IAtomContainer mol) |
org.openscience.cdk.interfaces.IAtomContainerSet |
isReadilyHydrolised(org.openscience.cdk.interfaces.IAtomContainer mol,
org.openscience.cdk.interfaces.IChemObjectBuilder builder)
Checks if 6 predefined hydrolysis reactions can be applied to Molecule
mol
|
org.openscience.cdk.interfaces.IAtomContainerSet |
isReadilyHydrolisedSimpleEster(org.openscience.cdk.interfaces.IAtomContainer mol)
Checks if simple ester hydrolysis can be applied to Molecule mol
|
org.openscience.cdk.interfaces.IAtomContainerSet |
isReadilyHydrolisedSimpleEster(org.openscience.cdk.interfaces.IAtomContainer mol,
org.openscience.cdk.interfaces.IChemObjectBuilder builder) |
protected org.openscience.cdk.interfaces.IReaction |
loadHydrolysisReaction(int index) |
protected org.openscience.cdk.interfaces.IReaction |
loadMetabolicReaction(int index) |
protected org.openscience.cdk.interfaces.IReaction |
loadPreconfiguredReaction(String filename) |
static org.openscience.cdk.interfaces.IAtomContainerSet |
process(org.openscience.cdk.interfaces.IAtomContainer mol,
org.openscience.cdk.interfaces.IReaction reaction) |
static org.openscience.cdk.interfaces.IAtomContainerSet |
process(org.openscience.cdk.interfaces.IAtomContainer mol,
org.openscience.cdk.interfaces.IReaction reaction,
org.openscience.cdk.interfaces.IChemObjectBuilder builder) |
static void |
setResidualID(org.openscience.cdk.interfaces.IAtomContainer mol,
org.openscience.cdk.interfaces.IAtomContainerSet r) |
protected static org.openscience.cdk.smiles.SmilesGenerator gen
protected static Logger logger
protected org.openscience.cdk.interfaces.IReaction reaction
protected static org.openscience.cdk.interfaces.IReaction[] hydrolysis
protected static org.openscience.cdk.interfaces.IReaction[] metabolic
protected static org.openscience.cdk.interfaces.IReaction[] hydrolysisPO4
protected static String[] hydrolize
protected static String[] metabolize
protected static String[] hydrolizePO4
protected org.openscience.cdk.interfaces.IReaction loadPreconfiguredReaction(String filename) throws org.openscience.cdk.exception.CDKException
org.openscience.cdk.exception.CDKExceptionprotected org.openscience.cdk.interfaces.IReaction loadHydrolysisReaction(int index)
throws org.openscience.cdk.exception.CDKException
org.openscience.cdk.exception.CDKExceptionprotected org.openscience.cdk.interfaces.IReaction loadMetabolicReaction(int index)
throws org.openscience.cdk.exception.CDKException
org.openscience.cdk.exception.CDKExceptionpublic org.openscience.cdk.interfaces.IReaction getHydrolysisReaction(int index)
throws org.openscience.cdk.exception.CDKException
org.openscience.cdk.exception.CDKExceptionpublic org.openscience.cdk.interfaces.IReaction getMetabolicReaction(int index)
throws org.openscience.cdk.exception.CDKException
org.openscience.cdk.exception.CDKExceptionpublic org.openscience.cdk.interfaces.IReaction getHydrolysisPO4Reaction(int index)
throws org.openscience.cdk.exception.CDKException
org.openscience.cdk.exception.CDKExceptionpublic static int getHydrolysisReactionCount()
public static int getMetabolicReactionCount()
public static int getHydrolysisPO4ReactionCount()
public static org.openscience.cdk.interfaces.IAtomContainerSet process(org.openscience.cdk.interfaces.IAtomContainer mol,
org.openscience.cdk.interfaces.IReaction reaction)
throws ReactionException
ReactionExceptionpublic static org.openscience.cdk.interfaces.IAtomContainerSet process(org.openscience.cdk.interfaces.IAtomContainer mol,
org.openscience.cdk.interfaces.IReaction reaction,
org.openscience.cdk.interfaces.IChemObjectBuilder builder)
throws ReactionException
ReactionExceptionprotected static org.openscience.cdk.interfaces.IAtomContainerSet hydrolize(org.openscience.cdk.interfaces.IAtomContainer a,
org.openscience.cdk.isomorphism.matchers.QueryAtomContainer q,
List list,
org.openscience.cdk.interfaces.IChemObjectBuilder builder)
throws ReactionException
ReactionExceptionpublic static void setResidualID(org.openscience.cdk.interfaces.IAtomContainer mol,
org.openscience.cdk.interfaces.IAtomContainerSet r)
public static org.openscience.cdk.isomorphism.matchers.QueryAtomContainer createQueryContainer(org.openscience.cdk.interfaces.IAtomContainer container)
public org.openscience.cdk.interfaces.IAtomContainerSet hydrolizesPO4(org.openscience.cdk.interfaces.IAtomContainer mol)
throws ReactionException
ReactionExceptionpublic org.openscience.cdk.interfaces.IAtomContainerSet hydrolizesPO4(org.openscience.cdk.interfaces.IAtomContainer mol,
org.openscience.cdk.interfaces.IChemObjectBuilder builder)
throws ReactionException
ReactionExceptionpublic org.openscience.cdk.interfaces.IAtomContainerSet isReadilyHydrolised(org.openscience.cdk.interfaces.IAtomContainer mol)
throws ReactionException
ReactionExceptionpublic org.openscience.cdk.interfaces.IAtomContainerSet isReadilyHydrolised(org.openscience.cdk.interfaces.IAtomContainer mol,
org.openscience.cdk.interfaces.IChemObjectBuilder builder)
throws ReactionException
mol - ReactionExceptionpublic org.openscience.cdk.interfaces.IAtomContainerSet isReadilyHydrolisedSimpleEster(org.openscience.cdk.interfaces.IAtomContainer mol)
throws ReactionException
mol - ReactionExceptionpublic org.openscience.cdk.interfaces.IAtomContainerSet isReadilyHydrolisedSimpleEster(org.openscience.cdk.interfaces.IAtomContainer mol,
org.openscience.cdk.interfaces.IChemObjectBuilder builder)
throws ReactionException
ReactionExceptionpublic org.openscience.cdk.interfaces.IAtomContainerSet canMetabolize(org.openscience.cdk.interfaces.IAtomContainer mol,
boolean allPossible)
throws ReactionException
ReactionExceptionpublic org.openscience.cdk.interfaces.IAtomContainerSet canMetabolize(org.openscience.cdk.interfaces.IAtomContainer mol,
boolean allPossible,
org.openscience.cdk.interfaces.IChemObjectBuilder builder)
throws ReactionException
mol - ReactionExceptionCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.