Skip to contents

Remove normalization assays from a SummarizedExperiment object

Usage

remove_assays_from_SE(se, assays_to_remove)

Arguments

se

SummarizedExperiment containing all necessary information of the proteomics data set

assays_to_remove

Character vector of assay names to remove from the SummarizedExperiment object

Value

SummarizedExperiment object with the normalization assays removed

Examples

data(tuberculosis_TMT_se)
tuberculosis_TMT_se <- remove_assays_from_SE(tuberculosis_TMT_se,
                                 assays_to_remove = c("IRS_on_RobNorm"))