View source: R/core_functions.R
make_pairwise_met_matrix | R Documentation |
Make a data vector into a pairwise difference matrix (can be used for either cmp scores or metabolite concentrations)
make_pairwise_met_matrix(metabolite, met_mat, diff_function = "difference")
metabolite |
metabolite ID |
met_mat |
Abundances or scores for that metabolite across samples |
diff_function |
Difference by default, could be fold_change |
Data.frame of score or abundance pairwise differentials
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.