Run correlations for all interacting metabolites and functions.
Source:R/anansiCorTestByGroup.R
anansiCorTestByGroup.Rd
If the groups
argument is suitable, will also run correlation
analysis per group. Typically, the main anansi()
function will run this
for you.
Arguments
- web
An
AnansiWeb
object, containing two tables with omics data and a dictionary that links them. SeeweaveWebFromTables()
for how to weave a web.- group.vec
A character vector denoting group membership. Typically a state or treatment score.
- verbose
A boolean. Toggles whether to print diagnostic information while running. Useful for debugging errors on large datasets.