DEJ | R Documentation |
Find differentially expressed junctions, provided a junction matrix as input (generated by getJunctionCountMatrix
). This function uses standard limma package (eBayes
) to find differentially expressed junctions.
DEJ(JunctionMatrix, designM = designM, contrastM = contrastM, Groups = Groups)
JunctionMatrix |
matrix containing read counts for junctions, obtained using |
designM |
design matrix required by limma |
contrastM |
contrast matrix required by limma. |
Groups |
list of sample groups.
|
The output is ranked differentially expressed junctions. Meta-data is saved as fit2.Rdata in folderSRA directory. The ranking can be annotated using addAnnotationDEJ
. The annotated and ranked differentially expressed junctions for a given contrast (as given in contrast matrix) can be saved using cpmCountsDEJ
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.