Description Arguments Details Value Author(s) See Also Examples
Produce Center-Of-Intensity plot(s) of the positive and negative feature intensities.
Usage
coiplot(x,
type = c("pos", "neg"),
qualopt = "raw",
radius = 0.5,
linecol = "gray70",
visible = TRUE,
...)
x |
object of class |
type |
type of border elements to be used, one of “pos”, “neg”, or both. |
qualopt |
character string specifying whether to draw boxplots for “raw”, “adjusted”, or “normalized” border intensities. |
radius |
determines the radius within which the COI for each array should be located. |
linecol |
the color of the ablines and the circle to be drawn. |
visible |
logical, if TRUE then arrays outside the circle with |
... |
optional arguments to be passed to |
Produces Center-Of-Intensity (COI) plot(s) of the positive and negative feature intensities for
an object of class 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 “center of intensity” is calculated on a
relative scale [-1,1]. Arrays with a COI outside a range with radius
are considered to
be outliers. If visible = TRUE
then outlier arrays will be flagged by labeling the data
point(s) with the array name(s).
The names ot the outlier arrays, otherwise NULL
.
Christian Stratowa
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.