Learn R Programming

maftools (version 0.99.30)

getSampleSummary: extract sample summary from MAF object

Description

extract sample summary from MAF object

Usage

getSampleSummary(x)

# S4 method for MAF getSampleSummary(x)

Arguments

x

An object of class MAF

Value

sample summary table

Examples

Run this code
# 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