deg_heatmap: draw a heatmap for DEG result

Description Usage Arguments Value Examples

View source: R/deg_heatmap.R

Description

deg_heatmap will draw a heatmap for you.

Usage

1
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

1
2
attach(GSE27533)
deg_heatmap(DEG,genes_expr)

jmzeng1314/AnnoProbe documentation built on June 2, 2020, 4:14 a.m.