Uses of Class
org.episteme.natural.biology.loaders.sbml.SBMLModel
Packages that use SBMLModel
Package
Description
Systems Biology Markup Language (SBML) loader for Episteme.
-
Uses of SBMLModel in org.episteme.natural.biology.loaders.sbml
Subclasses with type arguments of type SBMLModel in org.episteme.natural.biology.loaders.sbmlMethods in org.episteme.natural.biology.loaders.sbml that return SBMLModelModifier and TypeMethodDescriptionprotected SBMLModelSBMLReader.loadFromInputStream(InputStream is, String id) protected SBMLModelSBMLReader.loadFromSource(String resourceId) Reads an SBML model from a file.SBMLReader.read(InputStream input) Reads an SBML model from an input stream.Methods in org.episteme.natural.biology.loaders.sbml that return types with arguments of type SBMLModelMethods in org.episteme.natural.biology.loaders.sbml with parameters of type SBMLModelModifier and TypeMethodDescriptionSBMLBridge.getCompartmentMoleculeMap(SBMLModel model) Creates a compartment-to-species mapping for spatial modeling.SBMLBridge.getGeneProductAssociations(SBMLModel model) Extracts gene-protein-reaction associations from FBC extension.SBMLBridge.toMolecules(SBMLModel model) Converts SBML species (metabolites) to Episteme Molecule objects.SBMLBridge.toReactions(SBMLModel model) Converts SBML reactions to Episteme BioChemicalReaction objects.