Plots a volcano plot log2(FoldChange) x -log10(p.adjusted) of differential expression results
check.pvalues(
DEprot.analyses.object,
contrast = 1,
histogram.binwidth = 0.05,
p.value.color = "steelblue",
p.adjusted.color = "indianred"
)
An object of class DEprot.analyses
.
Number indicating the position of the contrast to use for the plotting. Default: 1
.
Numeric value indicating. Default: 0.05
String indicating the color to use for the p-values. Default: "steelblue"
.
String indicating the color to use for the p-values adjusted. Default: "indianred"
.
A DEprot.pvalues object containing 3 slots: distribution histogram of p-values and p-values adjusted and, line plot of ranked p-values.