Description Usage Arguments Details Value Author(s)
Flag samples based on overall counts
1 2 3 | ## S4 method for signature 'RccSet'
flagSamplesCount(rccSet, method = c("cutoffByMMAD",
"cutoffByVar"), stringency = 4, maxMiss = 0.2)
|
rccSet |
An RccSet object |
method |
Character string specifying the method for outlier detection: either "cutoffByMMAD" or "cutoffByVar". |
stringency |
Numeric value passed to the cutoff function specified by the method argument (see the 'd' argument of cutoffByMMAD and cutoffByVar). |
maxMiss |
Numeric specifying the allowable fraction of genes below the lower limit of detection in a sample. |
The method and stringency arguments deterine a cutoff value used to flag samples as outliers: samples will be flagged if the sum of counts of their endogeneous genes exceeds the cutoff or if the ratio of the sums of their positive controls to the sums of their endogenous genes exceeds three times the cutoff. Samples will also be flagged if the fraction of genes below the lower limit of detection exceeds the maxMiss value.
A numeric vector giving the indices of samples with outlier values according to the criteria described above.
Dorothee Nickles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.