Description Usage Arguments Value Author(s) Examples
View source: R/makeSummarizedExperimentFromGISTIC.R
Use the output of getFirehoseData
to create a
SummarizedExperiment. This can be done for three types of
data, G-scores thresholded by gene, copy number by gene, and copy number by
peak regions.
1 | makeSummarizedExperimentFromGISTIC(gistic, dataType, ...)
|
gistic |
A FirehoseGISTIC-class object |
dataType |
Either one of "ThresholdedByGene", "AllByGene", "Peaks" |
... |
Additional arguments passed to 'RTCGAToolbox::getGISTICPeaks'. |
A SummarizedExperiment
object
L. Geistlinger, M. Ramos
1 2 3 4 | library(RTCGAToolbox)
co <- getFirehoseData("COAD", clinical = FALSE, GISTIC = TRUE,
destdir = tempdir())
makeSummarizedExperimentFromGISTIC(co, "AllByGene")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.