extract gene summary from MAF object
getGeneSummary(x)# S4 method for MAF
getGeneSummary(x)
An object of class MAF
gene summary table
# NOT RUN {
laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf, removeSilent = TRUE, useAll = FALSE)
getGeneSummary(laml)
# }
Run the code above in your browser using DataLab