View source: R/postProcessing.R
add_metadata_to_metabolite_summary | R Documentation |
Do basic enrichment testing of between-group metabolite differences and add results to the MIMOSA summary table
add_metadata_to_metabolite_summary(node_data, mets, metadata, metadata_var)
node_data |
Table from "_nodes.txt" file produced by runMimosa.R |
mets |
Table of metabolite abundance data |
metadata |
Table of samples and their grouping by a binary variable |
metadata_var |
Column name in metadata table for the binary grouping variable to be used for testing |
Processed table including columns describing binary enrichment status and difference in mean add_metadata_to_metabolite_summary(node_data, mets, metadata, "DiseaseStatus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.