Description Usage Arguments Details Value See Also Examples
View source: R/mafGeneSummary.R
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.
1 | 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
1 2 3 | 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.