Learn R Programming

GeoTcgaData (version 1.1.1.992)

diff_gene: Get the differentially expressioned genes using DESeq2 package

Description

Get the differentially expressioned genes using DESeq2 package

Usage

diff_gene(profile2_input)

Value

a matrix, information of differential expression genes

Arguments

profile2_input

a result of classify_sample

Examples

Run this code
profile2 <- classify_sample(kegg_liver)
jieguo <- diff_gene(profile2)

Run the code above in your browser using DataLab