draw_glm | R Documentation |
Plots the coefficients value of a Poisson generalized linear model
draw_glm(glm)
glm |
glm object returned by |
data("abiotic_stresses")
genes_cluster <- DIANE::get_genes_in_cluster(
abiotic_stresses$heat_DEGs_coseq_membership, cluster = 3)
glm <- DIANE::fit_glm(abiotic_stresses$normalized_counts, genes_cluster,
abiotic_stresses$design)
draw_glm(glm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.