Description Usage Arguments Value Author(s)
View source: R/NanoStringQualityMetrics.R
Determine cutoffs of x (for outlier detection) based on a certain percent CV
1 | cutoffByVar(x, d, ...)
|
x |
numeric vector |
d |
scalar numeric, percent CV; passed on to dCoVar |
... |
additional parameters passed on to mean() |
A list of length 2, with a scalar numeric in each slot, one giving the lower threshold (mean(x) - CV the other giving the upper threshold (mean(x) + percent CV based cutoff) for outlier definition.
Dorothee Nickles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.