Remove proteins with insufficient non-missing values based on a minimum non-missing proportion threshold, a minimum non-missing count threshold, or both.
Arguments
- dataSet
A data frame containing the data signals.
- minProp
A numeric value (default = 0.51) specifying the minimum non-missing proportion required for a protein to be retained.
- minCount
An integer specifying the minimum non-missing count required for a protein to be retained.
- by
A character string (default = "cond") specifying how non-missingness is evaluated.
"cond": The non-missing proportion and/or count for a protein must meet the specified threshold (minPropand/orminCount) within each condition. Proteins failing in any condition are filtered out."all": The overall non-missing proportion and/or count across all samples must meet the specified threshold (minPropand/orminCount).
- saveRm
A logical value (default = TRUE) specifying whether to save removed data to current working directory.
