Learn R Programming

GeoTcgaData (version 0.2.4)

diff_gene: 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

Run this code
# NOT RUN {
profile2 <- classify_sample(kegg_liver)
jieguo <- diff_gene(profile2)
# }

Run the code above in your browser using DataLab