
Boxplot
plot_boxplot.RdDraw a boxplot. Currently supported data types:
SummarizedExperiment: Aglyexp::GlycomicSE(),glyexp::GlycoproteomicSE(), or other compatible container. Boxplots of log2-transformed expression values are plotted, grouped by the group column.
Usage
plot_boxplot(x, ...)
# S3 method for class 'glyexp_experiment'
plot_boxplot(x, group_col = "group", ...)
# S3 method for class 'SummarizedExperiment'
plot_boxplot(x, group_col = "group", ...)