sbmlutils.examples.fbc.fbc_v2

FBA example with exchange reactions.

Module Contents

Classes

U

UnitsDefinition.

Attributes

model

FLUX_BOUND_ZERO

FLUX_BOUND_PLUS_INF

FLUX_BOUND_MINUS_INF

FLUX_BOUND_GLC_IMPORT

FLUX_BOUND_O2_IMPORT

class sbmlutils.examples.fbc.fbc_v2.U[source]

Bases: sbmlutils.factory.Units

UnitsDefinition.

mmole[source]
m2[source]
hr[source]
mmole_per_l[source]
mmole_per_hr[source]
sbmlutils.examples.fbc.fbc_v2.model[source]
sbmlutils.examples.fbc.fbc_v2.FLUX_BOUND_ZERO = 'zero'[source]
sbmlutils.examples.fbc.fbc_v2.FLUX_BOUND_PLUS_INF = 'ub_inf'[source]
sbmlutils.examples.fbc.fbc_v2.FLUX_BOUND_MINUS_INF = 'lb_inf'[source]
sbmlutils.examples.fbc.fbc_v2.FLUX_BOUND_GLC_IMPORT = 'glc_import'[source]
sbmlutils.examples.fbc.fbc_v2.FLUX_BOUND_O2_IMPORT = 'o2_import'[source]