Description Usage Arguments Value Author(s) Examples
This function provides a circle plot from "FirehoseData" data object. Current function reports differentially expressed genes, copy number values and mutations. Function can take 2 differentially gene expressin analysis results. Users may provide results from 2 different platform. Output will be saved as apdf file.
1 |
dataObject |
: "FirehoseData" object that includes copy number data and mutation data. |
DGEResult1 |
: Differentially gene expression results. Object type must be "DGEResult". Report plot will use fold change value to highlight up and down regulated genes. |
DGEResult2 |
: Differentially gene expression results. Object type must be "DGEResult". Report plot will use fold change value to highlight up and down regulated genes. |
geneLocations |
: Gene location data frame. RTCGAToolbox provides location for hg19 known genes from UCSC browser. Plese check "RTCGASample" data. |
This function creates a pdf file on the working directory that shows the differentially expressed genes, copy number and mutation information.
Mehmet Kemal Samur
1 2 3 4 5 6 | ## Not run:
data(RTCGASample)
data(hg19.ucsc.gene.locations)
t1=getDiffExpressedGenes(a2)
getReport(dataObject=a2,DGEResult1=t1[[1]],geneLocations=hg19.ucsc.gene.locations)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.