checkOutliers {MmPalateMiRNA} | R Documentation |
RGList
object for outlying values
Checks each of the red and green foreground and background channels in
an RGList
for outlying values.
checkOutliers(obj) ## S4 method for signature 'RGList' checkOutliers(obj)
obj |
An |
Detects outliers outside range of mean +/- 2.665 standard deviations. Returns the indexes of outlying observations in each channel (R,Rb and G,Gb).
Returns a list with the following components
Rout |
index of outliers in the red channel ( |
Rbout |
index of outliers in the red background channel ( |
Gout |
index of outliers in the green channel ( |
Gbout |
index of outliers in the green background channel ( |
signature(obj = "RGList")
data(PalateData) outliers <- checkOutliers(PalateData)