Learn R Programming

maftools (version 0.99.30)

getGeneSummary: extract gene summary from MAF object

Description

extract gene summary from MAF object

Usage

getGeneSummary(x)

# S4 method for MAF getGeneSummary(x)

Arguments

x

An object of class MAF

Value

gene summary table

Examples

Run this code
# 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