View source: R/core_functions.R
run_all_metabolites_FBA2 | R Documentation |
Run full MIMOSA1 analysis on simulation data (2019)
run_all_metabolites_FBA2(
run_prefix,
fake_spec,
fake_mets,
network,
spec_codes,
cor_method = "spearman",
correction = "fdr",
nperm = 10000,
nonzero_filter = 4,
kegg_translate = ""
)
run_prefix |
|
fake_spec |
processed species table |
fake_mets |
processed metabolite table |
network |
output of build_metabolic_model |
spec_codes |
Table of species IDs |
cor_method |
spearman or pearson |
correction |
fdr or bonferroni |
nperm |
Number of Mantel permutations |
nonzero_filter |
Number of samples that must be nonzero for a metabolite to be included |
kegg_translate |
Compound ID table |
Output of run_all_metabolites
run_all_metabolites_FBA2("sim1", species, mets, network, spec_codes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.