View source: R/postProcessing.R
process_metabolite_summary | R Documentation |
Add summary columns to metabolite 'node' file of MIMOSA results
process_metabolite_summary(node_data, thresholds, ko_summary)
node_data |
Table from "_nodes.txt" file produced by runMimosa.R |
thresholds |
Significance thresholds (q-value and p-value) to be used for classifying metabolites as consistent or contrasting. By default this function classifies based on 2 different thresholds |
ko_summary |
Table of gene contributor information produced by MIMOSA (geneContribCompoundSummary.txt)) |
path_key |
Table of metabolite categories |
Processed table of merged results for each metabolite process_metabolite_summary(node_data, list(c(0.01, 0.01), c(0.1, 0.1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.