Description Usage Arguments Details Value Author(s) Examples
View source: R/summarize.deg.R
Summarize the binary differential expression matrix transformed by bi.deg
or the cross-validated DEGs predicted by deg.specific
.
1 2 | ## S3 method for class 'deg.specific'
summarize(res.deg, max.n = 10)
|
res.deg |
a list returned by |
max.n |
the number of DEGs to display |
This function summarizes the gene number before and after cross-validation.
A data.frame.
Guofeng Meng
1 2 3 4 | ## Not run:
report.deg <- summarize.deg(res.deg)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.