vafCompare | R Documentation |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.