getClinicalData: extract annotations from MAF object

Description Usage Arguments Value Examples

Description

extract annotations from MAF object

Usage

1
2
3
4
getClinicalData(x)

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

Arguments

x

An object of class MAF

Value

annotations associated with samples in MAF

Examples

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

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