Description Usage Arguments Value Examples
This function takes in plot data and uses it to construct a Volcano Plot to visualize significance. The legend is dependent on the derivation and validation sets. As currently implemented, this function must have both datasets bound.
1 | volcanoPlot(data, .pval1, .pval2, suffix, ...)
|
data |
The plot data (with vars |
.pval1 |
The significance indicator for scaling 0.05 for the derivation dataset. The number of comparisons must be provided (i.e. 4877 for bonferroni or 1 for FDR). |
.pval2 |
The significance indicator for scaling 0.05 for the validation dataset. The number of comparisons must be provided (i.e. 4877 for bonferroni or 1 for FDR). |
suffix |
The Suffix that is used on the data join to separate the Derivation and Validation Sets. |
... |
Additional Parameters (such as title) to be passed to
|
A Volcano Plot, comparing Hazard Ratio against -log10(pvalue)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.