Skip to contents

Plot histogram of the spike-in and background protein intensities per condition.

Usage

plot_histogram_spiked(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(spike_in_se)
plot_histogram_spiked(spike_in_se, condition = NULL)
#> Condition of SummarizedExperiment used!
#> Warning: Removed 2643 rows containing non-finite outside the scale range (`stat_bin()`).