get_biomass_flux_position {CoRegFlux} | R Documentation |
Get biomass flux position
get_biomass_flux_position(model, biomass_reaction_id = "biomass", biomass_reaction_name = NULL)
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" |
the position of the biomass generating reaction according the the objective in our case we had the biomass reactions for models iMM904 and iTO977
data("iMM904") get_biomass_flux_position(iMM904)