Plot a correlation heatmap for modules
modCorPlot(
modules,
mset = NULL,
labels = NULL,
stat = "jaccard",
upper.cutoff = 0.1,
...
)
either a character vector with module IDs from mset, or a list which contains the module members
Which module set to use. Either a character vector ("LI", "DC" or "all", default: LI) or an object of class tmod (see "Custom module definitions" below)
Labels for the modules (if NULL, labels will be retrieved from `mset`)
Type of statistics to return. "number": number of common genes (default); "jaccard": Jaccard index; "soerensen": Soerensen-Dice coefficient; "overlap": Szymkiewicz-Simpson coefficient.
Specify upper cutoff for the color palette
Any further parameters are passed to heatmap.2