Plots the coefficients value of a Poisson generalized linear model
draw_glm(glm)
glm object returned by DIANE::fit_glm()
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)