getGeneSummary | R Documentation |
extract gene summary from MAF or GISTIC object
getGeneSummary(x)
## S4 method for signature 'MAF'
getGeneSummary(x)
## S4 method for signature 'GISTIC'
getGeneSummary(x)
x |
An object of class MAF or GISTIC |
gene summary table
laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
getGeneSummary(laml)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.