summarize.deg.specific {DEComplexDisease}R Documentation

Summarize the patient-specific DEGs

Description

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

Usage

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

Arguments

res.deg

a list returned by deg.specific

max.n

the number of DEGs to display

...

other setting

Details

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

Value

A data.frame.

Author(s)

Guofeng Meng

Examples

report.deg <- summarize(deg.spc)

[Package DEComplexDisease version 1.0.0 Index]