View source: R/makeSummarizedExperimentFromGISTIC.R
makeSummarizedExperimentFromGISTIC | R Documentation |
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.
makeSummarizedExperimentFromGISTIC(
gistic,
dataType = c("AllByGene", "ThresholdedByGene", "Peaks"),
rownameCol = "Gene.Symbol",
...
)
gistic |
A FirehoseGISTIC-class object |
dataType |
character(1) One of "ThresholdedByGene" (default), "AllByGene", or "Peaks" |
rownameCol |
character(1) The name of the column in the data to use as rownames in the data matrix (default: 'Gene.Symbol'). The row names are only set when the column name is found in the data and all values are unique. |
... |
Additional arguments passed to 'getGISTICPeaks'. |
A SummarizedExperiment
object
L. Geistlinger, M. Ramos
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.