summarize.deg.specific.test: Summarize the patient-specific DEGs

Description Usage Arguments Details Value Author(s) Examples

View source: R/summarize.deg.R

Description

Summarize the binary differential expression matrix transformed by bi.deg or the cross-validated DEGs predicted by deg.specific.

Usage

1
2
## S3 method for class 'deg.specific.test'
summarize(res.deg, max.n = 10)

Arguments

res.deg

a list returned by deg.specific

max.n

the number of DEGs to display

Details

This function summarizes the gene number before and after cross-validation.

Value

A data.frame.

Author(s)

Guofeng Meng

Examples

1
2
3
4
## Not run: 
report.deg <- summarize(res.deg)

## End(Not run)

menggf/decd documentation built on Jan. 2, 2020, 12:53 a.m.