Skip to contents

Remove samples with specific value in column manually

Usage

remove_samples_manually(se, column, values)

Arguments

se

SummarizedExperiment containing all necessary information of the proteomics data set

column

String specifying the column of the meta data (samples with the specified value in this column will be removed)

values

Vector of Strings specifying the value for the removal of samples (samples with this value in the specified column will be removed)

Value

filtered SummarizedExperiment object

Examples

data(tuberculosis_TMT_se)
tuberculosis_TMT_se <- remove_samples_manually(tuberculosis_TMT_se,
                                column = "Label", values = c("1.HC_Pool1"))
#> 1 samples removed.