Skip to contents

Subset SummarizedExperiment object by normalization assays

Usage

subset_SE_by_norm(se, ain)

Arguments

se

SummarizedExperiment containing all necessary information of the proteomics data set

ain

Character vector of assay names to keep in the SummarizedExperiment object

Value

SummarizedExperiment object with only the selected normalization assays

Examples

data(tuberculosis_TMT_se)
tuberculosis_TMT_se <- subset_SE_by_norm(tuberculosis_TMT_se,
                          ain = c("raw", "log2", "IRS_on_RobNorm"))