Install MetaboModelleR

Execute following commands in the R console:

install.packages("devtools")
devtools::install_github("BioGenies/MetaboModelleR", upgrade = "always", dependencies = TRUE)

See the example below:

rconsole

Run MetaboModelleR

If you have successfully installed the package, run the GUI in your web browser using:

MetaboModelleR::run_MetaboModelleR()

Remember that the column with compound names in your data should be named Compound.

Frequently asked questions