Description Usage Arguments Value Author(s) Examples
This function inherit differential gene expression analysis from "limma" package. The function creates 2 groups (normal and tumor) based on TCGA barcodes and calculate differential gene expression between groups. Finally it returns "DGEResult" object list.
1 | getDiffExpressedGenes(dataObject, DrawPlots = TRUE)
|
dataObject |
: "FirehoseData" object that includes raw gene count from RNAseq platform or normalized expression values from array platfroms. |
DrawPlots |
: if set as "TRUE", function will draw heatmap, volcano plot and model plot from "voom" function. |
This function returns a list where each item will be "DGEResult" object for one comparison.
Mehmet Kemal Samur
1 2 | data(RTCGASample)
dgegenes = getDiffExpressedGenes(a2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.