Plots stacked-barplot recapitulating
protein.summary(
DEprot.object,
group.column = "column.id",
sample.subset = NULL,
n.labels = NULL,
label.color = "white",
x.label.angle = 30,
show.frequency = FALSE,
colors = NULL,
title = NULL,
subtitle = NULL
)
An object of class DEprot
or DEprot.analyses
.
String indicating a column among the ones in the metadata table. Default: "column.id"
(no groups).
String vector indicating the column names (samples) to keep in the counts table (the 'column.id' in the metadata table). If subset is applied, the proteins with all NAs will be removed (total number of protains will be alterated). Default: NULL
(no subsetting).
String indicating the type of values to display on the barplot. One among: NULL
(no labels), "frequency", "percentage", "counts". Default: NULL
(no labels).
String indicating the font-color to use for the barplot values labels. Default: "white"
.
Numeric value indicating the rotation angle to use for the x-axis labels. Default: 30
(degrees).
Logical value indicating whether the barplot should show the y-axis as frequency or as absolute counts. Default: FALSE
(counts).
String-vector indicating the colors to use for the degrees of protein-presence. Default: NULL
(colors will be assigned automatically).
String indicating the title to use (markdown annotation supported). Default: NULL
.
String indicating the subtitle to use (markdown annotation supported). Default: NULL
.
A ggplot object.