Package org.episteme.natural.biology.loaders.sbml


package org.episteme.natural.biology.loaders.sbml
Systems Biology Markup Language (SBML) loader for Episteme.

This package provides classes for parsing SBML files, the standard format for exchanging computational models in systems biology. It uses the JSBML library and supports SBML Level 3 Core and the FBC (Flux Balance Constraints) extension.

Key Classes:

Usage Example:

SBMLReader reader = new SBMLReader();
SBMLModel model = reader.read(new File("ecoli_core.xml"));
RealDoubleMatrix S = model.getStoichiometryMatrix();

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also: