Description Usage Arguments Details Value Author(s) References Examples
View source: R/module.compare.R
Plot the overlap among predicted DEG modules
1 2 3 |
res.module1 |
a 'seed.module' or 'cluster.module' object returned by |
res.module2 |
a 'seed.module' or 'cluster.module' object returned by |
used.mods1 |
the modules to display |
used.mods2 |
the modules to display |
type |
the module type to display |
max.n1 |
the maximum number of modules to display. If "used.mods1" is set, this option will be ignored. |
max.n2 |
the maximum number of modules to display. If "used.mods2" is set, this option will be ignored. |
show.overlap |
boolean, display the overlap number |
cex |
the font cex to display the overlap number |
This function is to compare the modules from different studies, e.g. the different diseases or the different data for the same disease.
The heatmap plot for gene overlaps.
Guofeng Meng
Gu Z, Eils R and Schlesner M (2016). Complex heatmaps reveal patterns and correlations in multidimensional genomic data. Bioinformatics.
1 2 3 4 | ## Not run:
module.compare(res.mod1,res.mod2, type="model", max.n=20)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.