deg_heatmap: draw a heatmap for DEG result

View source: R/deg_heatmap.R

deg_heatmapR 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)

AnnoProbe documentation built on Nov. 14, 2022, 9:05 a.m.