Description Usage Arguments Value Examples
View source: R/MetabolicModelFunctions.R
Build the exchange metabolite data.frame
1 | build_exchange_met(model)
|
model |
An object of class modelOrg, the genome scale metabolic model |
a data.frame containing the exchange metabolite model id and the equivalent name
1 2 3 | data("iMM904")
exchanged_met<-build_exchange_met(iMM904)
head(exchanged_met)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.