plot_coExpress | R Documentation |
Plotting the dendro of metabolites modules.
plot_coExpress(net)
net |
output of coExpress function |
ploting
library(data.table) path <- system.file('extdata', 'metabolites_and_genera.rda', package = 'mbOmic') load(path) names(metabolites)[1] <- 'rn' m <- mSet(m = metabolites) net <- coExpress(m, minN = 2, power = 9, message = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.