View source: R/core_mimosa2_funcs.R
run_mimosa2 | R Documentation |
Run a MIMOSA 2 analysis
run_mimosa2(
config_table,
species = "",
mets = "",
make_plots = F,
save_plots = F,
plot_dir = "mimosa2plots"
)
config_table |
Data.table of input files and settings for MIMOSA analysis OR path to such a table |
species |
Optionally provide already-read-in species data |
mets |
Optionally provide already-read-in metabolite data |
make_plots |
Whether to generate plots for each metabolite and extended output (as provided via the web server) |
save_plots |
Whether to save plots to files |
plot_dir |
Path for saving plots |
Scaling model and variance contribution results
run_mimosa2(config_table, species, mets)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.