getgk | R Documentation |
Gatekeeper discovery
getgk(meta, expo, cutoff = 0.9, multiple = FALSE, ...)
meta |
metabolites dataframe with row as metabolites/peaks and column as samples |
expo |
exposures dataframe with row as exposures/peaks and column as samples |
cutoff |
correlation coefficient cutoff for metabolites-metabolites network |
multiple |
logical, only output gatekeeper with multiple exposures |
... |
other parameters for 'cor' |
list with table of metabolites-exposures, metabolites-exposures network clusters data and edge table
data(expo) data(meta) gk <- getgk(exp(meta),expo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.