compare VAF across two cohorts
Draw boxplot distibution of VAFs across two cohorts
vafCompare( m1, m2, genes = NULL, top = 5, vafCol1 = NULL, vafCol2 = NULL, m1Name = "M1", m2Name = "M2", cols = c("#2196F3", "#4CAF50"), sigvals = TRUE, nrows = NULL, ncols = NULL )
m1 |
first |
m2 |
second |
genes |
specify genes for which plot has to be generated. Default NULL. |
top |
if |
vafCol1 |
manually specify column name for vafs in |
vafCol2 |
manually specify column name for vafs in |
m1Name |
optional name for first cohort |
m2Name |
optional name for second cohort |
cols |
vector of colors corresponding to |
sigvals |
Estimate and add significance stars. Default TRUE. |
nrows |
Number of rows in the layout. Default NULL - estimated automatically |
ncols |
Number of genes drawn per row. Default 4 |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.