Filter proteins based on their NA pattern using a specific threshold
Source:R/FilterProteins.R
filter_out_NA_proteins_by_threshold.Rd
Filter proteins based on their NA pattern using a specific threshold
Examples
data(tuberculosis_TMT_se)
tuberculosis_TMT_se <- filter_out_NA_proteins_by_threshold(tuberculosis_TMT_se,
thr = 0.8)
#> 134 proteins were removed.