getSampleSummary: extract sample summary from MAF or GISTIC object

getSampleSummaryR Documentation

extract sample summary from MAF or GISTIC object

Description

extract sample summary from MAF or GISTIC object

Usage

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

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

PoisonAlien/maftools documentation built on June 1, 2024, 2:32 p.m.