Description Usage Arguments Details Value Author(s) Examples
View source: R/module.overlap.R
Plot the overlap among predicted DEG modules
1 2 3 | module.overlap(res.module, show.mods = NULL, type = c("model",
"max.patients", "max.genes")[1], max.n = 30, show.overlap = TRUE,
cex = 10)
|
res.module |
a 'seed.module' or 'cluster.module' object returned by |
show.mods |
the modules to display |
type |
the module type to display |
max.n |
the maximum number of modules to plot. If 'show.mods' is set, this option will be ignored. |
show.overlap |
boolen, display the overlap number |
cex |
the font cex to display the overlap number, default 10. |
The DEG modules may have partial overlaps for either genes or patients. This function plots the overlaps for genes and patients from DEG modules in two heatmaps. It can be used to find DEG patterns.
The heatmap plot for gene and patient overlaps.
Guofeng Meng
1 2 | data(seed.mod)
module.overlap(seed.mod, max.n=5,type='model')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.