getClinicalData: extract annotations from MAF object

getClinicalDataR Documentation

extract annotations from MAF object

Description

extract annotations from MAF object

Usage

getClinicalData(x)

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

Arguments

x

An object of class MAF

Value

annotations associated with samples in MAF

Examples

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

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