Summary statistics of MAF
Summarizes genes and samples irrespective of the type of alteration. This is different from getSampleSummary
and getGeneSummary
which returns summaries of only non-synonymous variants.
mafSummary(maf)
maf |
an MAF object generated by |
This function takes MAF object as input and returns summary table.
Returns a list of summarized tables
laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools") laml <- read.maf(maf = laml.maf) mafSummary(maf = laml)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.