Description Usage Arguments Details Value Author(s) Examples
This function retrives the outliers fot the different quality control metrics stored in a YAQCStatsObject. Outliers are defined as being outside of the mean +/- 2 stdev range or mean/2, mean*1.5 for the scale factor.
1 | getOutliers(YAQCStatsObject,slot)
|
YAQCStatsObject |
an object of type |
slot |
an object of type |
The slot strings that can be used are:
"sfs"
"avbg"
"avns"
"pp"
"actin"
"gapdh"
"biob"
"bioc"
"biod"
"dap"
"thr"
"phe"
"lys"
An object of type "numeric"
giving the outliers names and values
Laurent Gatto
1 2 3 4 5 6 7 | ## load data
library(MAQCsubsetAFX)
data(refA)
## create the yaqc object
qobj <- yaqc(refA[, 3:5])
## get outliers for the scale factor
getOutliers(qobj, "sfs")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.