Description Usage Arguments Value Examples
View source: R/MetabolicModelFunctions.R
Get biomass flux position
1 2 | 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
1 2 | data("iMM904")
get_biomass_flux_position(iMM904)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.