DEG | R Documentation |
A wrapper function of limma package to find differentially expressed genes, given summarized read counts of genes obtained from featureCounts
function or preprocessing intructions.
DEG(geneCount, designM = designM, contrastM = contrastM, Groups = Groups)
geneCount |
summarized read counts of genes. |
designM |
design matrix required by limma. |
contrastM |
contrast matrix required by limma. |
Groups |
list of sample groups.
|
Saves raw gene counts and log2cpm expression for all genes. Meta-data generated through this function is saved in fit2.Rdata file. Further, annotation of this meta-data is performed by addAnnotationDEG
function. Contrast-wise ranking of annotated differentially expressed genes can be obtained using cpmCountsDEG
function.
Robinson, M. D., McCarthy, D. J. & Smyth, G. K. edgeR: A Bioconductor package for differential expression analysis of digital gene expression data. Bioinformatics 26, 139–140 (2009)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.