deg_heatmap | R Documentation |
deg_heatmap
will draw a heatmap for you.
deg_heatmap(deg, genes_expr, group_list, topn = 20)
deg |
the result from limma. |
genes_expr |
the expression matrix |
group_list, |
a vector |
topn |
the number of genes in heatmap, default:20 |
a ggplot2 style figure.
attach(GSE27533) deg_heatmap(DEG,genes_expr,group_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.