cpmCountsDEG | R Documentation |
Generates read counts and log2cpm expression for differentially expressed genes for a given contrast, using output of addAnnotationDEG
function.
cpmCountsDEG(
geneCount,
filename,
designM = designM,
contrastM = contrastM,
Groups = Groups
)
geneCount |
summarized read counts of genes. |
filename |
filename in which output of addAnnotationDEG is saved. |
designM |
design matrix required by limma |
contrastM |
contrast matrix required by limma. |
Groups |
list of sample groups.
|
Read counts and log2cpm expression of given contrast for ranked differentially expressed genes.
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.