plot_coExpress: plot_coExpress

View source: R/plot.R

plot_coExpressR Documentation

plot_coExpress

Description

Plotting the dendro of metabolites modules.

Usage

plot_coExpress(net)

Arguments

net

output of coExpress function

Value

ploting

Examples

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)


gongcongcong/mbOmic documentation built on July 1, 2023, 1:47 p.m.