Description Usage Arguments Value Examples
Plots vaf distribution of genes as a boxplot. Each dot in the jitter is a variant.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
maf |
an |
vafCol |
manually specify column name for vafs. Default looks for column 't_vaf' |
genes |
specify genes for which plots has to be generated |
top |
if |
orderByMedian |
Orders genes by decreasing median VAF. Default TRUE |
keepGeneOrder |
keep gene order. Default FALSE |
flip |
if TRUE, flips axes. Default FALSE |
fn |
Filename. If given saves plot as a output pdf. Default NULL. |
gene_fs |
font size for gene names. Default 0.8 |
axis_fs |
font size for axis. Default 0.8 |
height |
Height of plot to be saved. Default 5 |
width |
Width of plot to be saved. Default 4 |
showN |
if TRUE, includes number of observations |
color |
manual colors. Default NULL. |
Nothing.
1 2 3 | laml.maf <- system.file("extdata", "tcga_laml.maf.gz", package = "maftools")
laml <- read.maf(maf = laml.maf)
plotVaf(maf = laml, vafCol = 'i_TumorVAF_WU')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.