Filter Outlier Samples Based on Protein Counts
filter_outlier_samples.Rd
This function identifies and removes entire samples that are considered outliers based on the total number of non-missing proteins identified within them.
The method calculates the mean and standard deviation of protein counts across
all samples. A sample is flagged as an outlier if its total protein count
falls outside the range defined by a specified number of standard deviations
(sds
) from the mean.