deg_heatmap {AnnoProbe} | R Documentation |
draw a heatmap for DEG result
Description
deg_heatmap
will draw a heatmap for you.
Usage
deg_heatmap(deg, genes_expr, group_list, topn = 20)
Arguments
deg |
the result from limma. |
genes_expr |
the expression matrix |
group_list |
a vector |
topn |
the number of genes in heatmap, default:20 |
Value
a ggplot2 style figure.
Examples
attach(GSE27533)
deg_heatmap(DEG,genes_expr,group_list)
[Package AnnoProbe version 0.1.7 Index]