Description Usage Arguments Details
View source: R/pairs.AffyBatch.R
Plot intensities using the function 'pairs'
1 2 3 4 5 6 |
x |
an |
panel |
a function to produce a plot (see |
... |
extra parameters for the 'panel' function. |
transfo |
a function to transform the intensity values before generating the plot. 'log' and 'log2' are popular choices. |
main |
title for the plot |
oma |
see 'oma' in |
font.main |
see |
cex.main |
see |
cex.labels |
see |
lower.panel |
a function to produce the plots in the lower
triangle (see |
upper.panel |
a function to produce the plots in the upper
triangle (see |
diag.panel |
a function to produce the plots in the diagonal
(see |
font.labels |
see |
row1attop |
see |
gap |
see |
Plots with several chips can represent zillions of points. They require a lot of memory and can be very slow to be displayed. You may want to try to split of the plots, or to plot them in a device like 'png' or 'jpeg'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.