powered by
extract available fields from MAF object
getFields(x)# S4 method for MAF getFields(x)
# S4 method for MAF getFields(x)
An object of class MAF
Field names in MAF file
# NOT RUN { laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools") laml <- read.maf(maf = laml.maf, removeSilent = TRUE, useAll = FALSE) getFields(x = laml) # }
Run the code above in your browser using DataLab