\name{plotCOI} \alias{plotCOI} \title{Center-Of-Intensity QC Plots for Device} \description{ Produce Center-Of-Intensity plot(s) of the positive and negative feature intensities for the selected device. } \usage{ plotCOI(x, type = c("pos", "neg"), qualopt = "raw", radius = 0.5, linecol = "gray70", visible = TRUE, dev = "screen", outfile = "CenterOfIntensityPlot", w = 540, h = 540, ...) } \arguments{ \item{x}{object of class \code{\link{QualTreeSet}}.} \item{type}{type of border elements to be used, one of \dQuote{pos}, \dQuote{neg}, or both.} \item{qualopt}{character string specifying whether to draw boxplots for \dQuote{raw}, \dQuote{adjusted}, or \dQuote{normalized} border intensities.} \item{radius}{determines the radius within which the COI for each array should be located.} \item{linecol}{the color of the ablines and the circle to be drawn.} \item{visible}{logical, if TRUE then arrays outside the circle with \code{radius} will be flagged by labeling the data point with the array name.} \item{dev}{graphics device to plot to, i.e. one of \dQuote{screen}, \dQuote{jpeg},\dQuote{png}, \dQuote{pdf} or \dQuote{ps}.} \item{outfile}{the name of the output file.} \item{w}{the width of the device in pixels.} \item{h}{the height of the device in pixels.} \item{\dots}{optional arguments to be passed to \code{coiplot}.} } \details{ Produces Center-Of-Intensity (COI) plot(s) of the positive and negative feature intensities for an object of class \code{\link{QualTreeSet}}. This plot is useful for detecting spatial biases in intensities on an array. Mean intensities for the left, right, top and bottom border elements are calculated, separated into positive and negative controls, and the \dQuote{center of intensity} is calculated on a relative scale [-1,1]. Arrays with a COI outside a range with \code{radius} are considered to be outliers. If \code{visible = TRUE} then outlier arrays will be flagged by labeling the data point(s) with the array name(s). } \author{Christian Stratowa} \seealso{\code{\link{coiplot}}} \keyword{device}