get_biomass_flux_position {CoRegFlux}R Documentation

Get biomass flux position

Description

Get biomass flux position

Usage

get_biomass_flux_position(model, biomass_reaction_id = "biomass",
  biomass_reaction_name = NULL)

Arguments

model

An object of class modelOrg, the genome scale metabolic model

biomass_reaction_id

Default value "biomass"

biomass_reaction_name

Optional, the react_name in the modelOrg under which the biomass function can be found, such as "growth"

Value

the position of the biomass generating reaction according the the objective in our case we had the biomass reactions for models iMM904 and iTO977

Examples

data("iMM904")
get_biomass_flux_position(iMM904)

[Package CoRegFlux version 1.0.0 Index]