getSampleSummary: extract sample summary from MAF or GISTIC object

Description Usage Arguments Value Examples

Description

extract sample summary from MAF or GISTIC object

Usage

1
2
3
4
5
6
7
getSampleSummary(x)

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

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

Arguments

x

An object of class MAF or GISTIC

Value

sample summary table

Examples

1
2
3
laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
getSampleSummary(x = laml)

thesushantpatil/maftools documentation built on May 18, 2020, 9:54 p.m.