| getmmnet | R Documentation |
Generate metabolites-metabolites network
getmmnet(meta, cutoff = 0.9, m = NULL, name = NULL, ...)
meta |
metabolites dataframe with row as metabolites/peaks and column as samples |
cutoff |
correlation coefficient cutoff |
m |
value or vector, specific metabolite or peak to its export network |
name |
export gml file for Cytoscape |
... |
other parameters for 'cor' |
list with index of metabolites clusters, metabolites clusters data and edge table
data(meta) mm <- getmmnet(meta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.