View source: R/plottingfunctions.R
pvalCoefVolcano | R Documentation |
'volcano' plot (difference in correlations vs p-values) of all pairs
pvalCoefVolcano( inputResults, inputData, nrpoints = 10000, pvalcutoff = 0.05, coefPercentileCutoff = 0.9 )
inputResults |
Data frame with model results (output of ProcessResults()) |
inputData |
Named list (output of FilterData()) with analyte levels and associated meta-data |
nrpoints |
number of points to be plotted in lowest density areas (see 'smoothScatter' documentation for more detail) |
pvalcutoff |
cutoff of FDR-adjusted p-value for filtering (default 0.05) |
coefPercentileCutoff |
cutoff of interaction coefficient percentile. |
a smoothScatter plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.