Description Usage Arguments Value See Also Examples
View source: R/plotMafSummary.R
Plots maf summary.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
maf |
an |
rmOutlier |
If TRUE removes outlier from boxplot. |
dashboard |
If FALSE plots simple summary instead of dashboard style. |
titvRaw |
TRUE. If false instead of raw counts, plots fraction. |
log_scale |
FALSE. If TRUE log10 transforms Variant Classification, Variant Type and Variants per sample sub-plots. |
addStat |
Can be either mean or median. Default NULL. |
showBarcodes |
include sample names in the top bar plot. |
fs |
base size for text. Default 1 |
textSize |
font size if showBarcodes is TRUE. Default 0.8 |
color |
named vector of colors for each Variant_Classification. |
titleSize |
font size for title and subtitle. Default c(10, 8) |
titvColor |
colors for SNV classifications. |
top |
include top n genes dashboard plot. Default 10. |
Prints plot.
1 2 3 | laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf, useAll = FALSE)
plotmafSummary(maf = laml, addStat = 'median')
|
-Reading
-Validating
--Using only `Somatic` variants from Mutation_Status. Set useAll = TRUE to include everything.Mutation_Status not found. Assuming all variants are Somatic and validated
-Silent variants: 475
-Summarizing
-Processing clinical data
--Missing clinical data
-Finished in 0.528s elapsed (0.382s cpu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.