Description Usage Arguments Details Author(s) See Also
Produce Center-Of-Intensity plot(s) of the positive and negative feature intensities for the selected device.
1 2 3 4 5 6 7 8 9 10 11 |
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 |
dev |
graphics device to plot to, i.e. one of “screen”, “jpeg”,“png”, “pdf” or “ps”. |
outfile |
the name of the output file. |
w |
the width of the device in pixels. |
h |
the height of the device in pixels. |
... |
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).
Christian Stratowa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.