View source: R/core_functions.R
run_mimosa1 | R Documentation |
Run full MIMOSA1 analysis (2019)
run_mimosa1(
species,
mets,
species_file = "mimosa1",
picrust_file_paths = c("data/picrustGenomeData/16S_13_5_precalculated.tab.gz",
"data/picrustGenomeData/indivGenomes/", "_genomic_content.tab"),
rxn_path = "data/KEGG/full_rxn_table.txt",
simulated = F,
config_table = NULL
)
species |
processed species table |
mets |
processed metabolite table |
species_file |
File prefix from species data or other ID for saving |
picrust_file_paths |
paths to picrust1 files |
rxn_path |
Path to processed mapformula reaction table |
simulated |
Whether this is simulated data |
config_table |
A MIMOSA2 configuration table of analysis settings (required only for using simulation data) |
Output of run_all_metabolites
run_mimosa1(species, mets)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.