draw_coseq_run | R Documentation |
Displays clustering results and quality
draw_coseq_run(clustering_run, plot = "ICL")
clustering_run |
result of a coseq run |
plot |
plot to display, either Integrated Complete Likelihood, or barplots of the posterior probabilities for the clustering. Value must be "ICL" or "barplots". |
plot describing the quality of the clustering process
data("abiotic_stresses")
genes <- abiotic_stresses$heat_DEGs
clustering <- DIANE::run_coseq(conds = c("C", "H", "SH", "MH", "SMH"),
data = abiotic_stresses$normalized_counts, genes = genes, K = 6:9)
DIANE::draw_coseq_run(clustering$model, plot = "barplots")
DIANE::draw_coseq_run(clustering$model, plot = "ICL")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.