View source: R/gcn_inference.R
plot_module_trait_cor | R Documentation |
Plot a heatmap of module-trait correlations
plot_module_trait_cor(corandp, palette = "RdYlBu", transpose = FALSE)
corandp |
A data frame of module-trait correlations as returned
by |
palette |
Character indicating which RColorBrewer palette to use. Default: 'RdYlBu'. |
transpose |
Logical indicating whether to transpose the heatmap or not. |
Significance levels: 1 asterisk: significant at alpha = 0.05. 2 asterisks: significant at alpha = 0.01. 3 asterisks: significant at alpha = 0.001. no asterisk: not significant.
A 'Heatmap' object created by ComplexHeatmap::pheatmap()
.
data(filt.se)
gcn <- exp2gcn(filt.se, SFTpower = 18, cor_method = "pearson")
corandp <- module_trait_cor(filt.se, MEs = gcn$MEs)
plot_module_trait_cor(corandp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.