Description Usage Arguments Value Examples
extract sample summary from MAF or GISTIC object
1 2 3 4 5 6 7 | getSampleSummary(x)
## S4 method for signature 'MAF'
getSampleSummary(x)
## S4 method for signature 'GISTIC'
getSampleSummary(x)
|
x |
An object of class MAF or GISTIC |
sample summary table
1 2 3 | laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
getSampleSummary(x = laml)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.