getFields: extract available fields from MAF object

getFieldsR Documentation

extract available fields from MAF object

Description

extract available fields from MAF object

Usage

getFields(x)

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

Arguments

x

An object of class MAF

Value

Field names in MAF file

Examples

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

PoisonAlien/maftools documentation built on May 8, 2024, 8:30 a.m.