Remove proteins by their ID
Usage
filter_out_proteins_by_ID(se, protein_ids)
Arguments
- se
SummarizedExperiment containing all necessary information of the proteomics data set
- protein_ids
Vector of protein IDs that should be kept
Value
filtered SummarizedExperiment object
Examples
data(tuberculosis_TMT_se)
tuberculosis_TMT_se <- filter_out_proteins_by_ID(tuberculosis_TMT_se,
protein_ids = c("P0A8V2", "P0A8V2"))
#> No proteins were removed.