diff_gene: Get the differentially expressioned genes using DESeq2...

View source: R/kegg_diff_gene.R

diff_geneR Documentation

Get the differentially expressioned genes using DESeq2 package

Description

Get the differentially expressioned genes using DESeq2 package

Usage

diff_gene(profile2_input)

Arguments

profile2_input

a result of classify_sample

Value

a matrix, information of differential expression genes

Examples

profile2 <- classify_sample(kegg_liver)
jieguo <- diff_gene(profile2)

GeoTcgaData documentation built on Sept. 23, 2022, 9:05 a.m.