Skip to contents

Remove reference samples of SummarizedExperiment object (reference samples specified during loading)

Usage

remove_reference_samples(se)

Arguments

se

SummarizedExperiment containing all necessary information of the proteomics data set

Value

filtered SummarizedExperiment object

Examples

data(tuberculosis_TMT_se)
tuberculosis_TMT_se <- remove_reference_samples(tuberculosis_TMT_se)
#> 2 reference samples removed from the SummarizedExperiment object.