getFields | R Documentation |
extract available fields from MAF object
getFields(x)
## S4 method for signature 'MAF'
getFields(x)
x |
An object of class MAF |
Field names in MAF file
laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
getFields(x = laml)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.