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