outlierplot(BLData, array = 1, transFun = logGreenChannelTransform, outlierFun = illuminaOutlierMethod,n=3, wtsname=NULL, horizontal = TRUE, nSegments = NULL, lowOutlierCol = "blue", highOutlierCol = "pink", outlierPch = ".", main = "", ...)
beadLevelData
object
The function calls the specified outlier function to determine the outliers on the array and then plots their location. Points are coloured according the intensity of the bead is above or below the median for that bead-type.
if(require(beadarrayExampleData)){
data(exampleBLData)
outlierplot(exampleBLData, array=1, horizontal = FALSE)
}
Run the code above in your browser using DataLab