View source: R/gcn_inference.R
plot_dendro_and_colors | R Documentation |
Plot dendrogram of genes and modules
plot_dendro_and_colors(gcn)
gcn |
List object returned by |
A base plot with the gene dendrogram and modules.
data(filt.se)
gcn <- exp2gcn(filt.se, SFTpower = 18, cor_method = "pearson")
plot_dendro_and_colors(gcn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.