Uses of Class
org.episteme.natural.biology.BioChemicalReaction
Packages that use BioChemicalReaction
Package
Description
BioPAX loader for biological pathways and networks.
Systems Biology Markup Language (SBML) loader for Episteme.
-
Uses of BioChemicalReaction in org.episteme.natural.biology
Methods in org.episteme.natural.biology that return types with arguments of type BioChemicalReactionMethods in org.episteme.natural.biology with parameters of type BioChemicalReaction -
Uses of BioChemicalReaction in org.episteme.natural.biology.loaders.biopax
Methods in org.episteme.natural.biology.loaders.biopax that return BioChemicalReactionModifier and TypeMethodDescriptionBioPAXBridge.convertReaction(BioPAXBiochemicalReaction biopaxReaction) Converts BioPAX biochemical reaction to Episteme BioChemicalReaction. -
Uses of BioChemicalReaction in org.episteme.natural.biology.loaders.sbml
Methods in org.episteme.natural.biology.loaders.sbml that return BioChemicalReactionModifier and TypeMethodDescriptionSBMLBridge.convertToReaction(SBMLReaction sbmlReaction, Map<String, Molecule> moleculeMap) Converts a single SBML reaction to a Episteme BioChemicalReaction.Methods in org.episteme.natural.biology.loaders.sbml that return types with arguments of type BioChemicalReactionModifier and TypeMethodDescriptionSBMLBridge.toReactions(SBMLModel model) Converts SBML reactions to Episteme BioChemicalReaction objects.