Plots a volcano plot log2(FoldChange) x -log10(p.adjusted) of differential expression results
# S3 method for class 'counts'
plot(
DEprot.object,
which.data = "imputed",
violin.color = "darkorange",
max.line.color = "indianred",
min.line.color = "steelblue",
title = NULL,
subtitle = NULL,
convert.log2 = TRUE
)
An object of class DEprot.analyses
.
String indicating which type of counts should be used. One among: 'raw', 'normalized', 'norm', 'imputed', 'imp'. Default: "imputed"
.
String indicating the color to use for the violin plots. Default: "darkorange"
.
String indicating the color to use for up-regulated proteins in the plots. Default: "indianred"
.
String indicating the color to use for up-regulated proteins in the plots. Default: "steelblue"
.
String indicating the title to use. Default: NULL
.
String indicating the subtitle to use. Default: NULL
.
Logical value to define whether counts should be log2 transformed. Default: TRUE
.
A ggplot object.