Skip to contents

Barplot showing the number of samples per condition

Usage

plot_condition_overview(se, condition = NULL)

Arguments

se

SummarizedExperiment containing all necessary information of the proteomics data set

condition

column name of condition (if NULL, condition saved in SummarizedExperiment will be taken)

Value

ggplot object

Examples

data(tuberculosis_TMT_se)
plot_condition_overview(tuberculosis_TMT_se, condition = NULL)
#> Condition of SummarizedExperiment used!