View source: R/mafGeneSummary.R
mafSummary | R Documentation |
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
getGeneSummary
getSampleSummary
laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
mafSummary(maf = laml)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.