plotDensityPval {SMITE} | R Documentation |
This function in called by the normalizePval function, but can also be called by the user to visualize the relative densities of combined p-values (scores).
plotDensityPval(pvalue_annotation, ref = "expression_pvalue", ...)
pvalue_annotation |
An S4 object of class PvalueAnnotation. |
ref |
A character specifying the name of the reference category. DEFAULT is "expression_pvalue" |
... |
Additional plotting arguments |
Plots a multidensity plot.
N. Ari Wijetunga
## Load test annotation with only score data ## data(test_annotation_score_data) plotDensityPval(pvalue_annotation=test_annotation)