getGeneSummary: extract gene summary from MAF or GISTIC object

getGeneSummaryR Documentation

extract gene summary from MAF or GISTIC object

Description

extract gene summary from MAF or GISTIC object

Usage

getGeneSummary(x)

## S4 method for signature 'MAF'
getGeneSummary(x)

## S4 method for signature 'GISTIC'
getGeneSummary(x)

Arguments

x

An object of class MAF or GISTIC

Value

gene summary table

Examples

laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
getGeneSummary(laml)

PoisonAlien/maftools documentation built on April 7, 2024, 2:49 a.m.