Description Usage Arguments Value Author(s) Examples
View source: R/getGISTICPeaks.R
Access GISTIC2 level 4 copy number data through
gdac.broadinstitute.org
1 | getGISTICPeaks(object, peak = c("wide", "narrow", "full"), rm.chrX = TRUE)
|
object |
A FirehoseData GISTIC type object |
peak |
The peak type, select from "wide", "narrow", "full". |
rm.chrX |
(logical default TRUE) Whether to remove observations in the X chromosome |
A data.frame
of peak values
Ludwig Geistlinger
1 2 3 4 | co <- getFirehoseData("COAD", clinical = FALSE, GISTIC = TRUE)
peaks <- getGISTICPeaks(co, "wide")
class(peaks)
head(peaks)[1:6]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.