filter_proteins_by_percent.Rd
A generic function to filter proteins (rows) from a proteomics data object based on the percentage of samples where they have valid observations.
filter_proteins_by_percent(object, percent)
A SummarizedExperiment object.
SummarizedExperiment
The minimum percentage (from 0 to 100) of samples in which a protein must have a valid (non-NA) value to be retained.
A modified object of the same class with proteins filtered.