Remove proteins with NA values.
Arguments
- dataSet
The 2d data set of experimental values.
- minProp
A scalar (default = 0.51) specifying the minimum non-missing proportion required for a protein to be retained.
- by
A string (default = "cond") specifying how coverage is evaluated.
"cond": The non-missing proportion for a protein must be at leastminPropwithin each condition. Proteins failing in any condition are filtered out."all": The overall non-missing proportion across all samples must be at leastminProp.
- saveRm
A boolean (default = TRUE) specifying whether to save removed data to current working directory.