Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pairs.AffyBatch

plot intensities using 'pairs'


Description

Plot intensities using the function 'pairs'

Usage

## S3 method for class 'AffyBatch'
pairs(x, panel=points, ..., transfo=I, main=NULL, oma=NULL,
                  font.main = par("font.main"),
                  cex.main = par("cex.main"), cex.labels = NULL, 
                  lower.panel=panel, upper.panel=NULL, diag.panel=NULL,
                  font.labels = 1, row1attop = TRUE, gap = 1)

Arguments

x

an AffyBatch object.

panel

a function to produce a plot (see pairs).

...

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 par.

font.main

see pairs.

cex.main

see pairs.

cex.labels

see pairs.

lower.panel

a function to produce the plots in the lower triangle (see pairs).

upper.panel

a function to produce the plots in the upper triangle (see pairs).

diag.panel

a function to produce the plots in the diagonal (see pairs).

font.labels

see pairs.

row1attop

see pairs.

gap

see pairs.

Details

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'.


affy

Methods for Affymetrix Oligonucleotide Arrays

v1.68.0
LGPL (>= 2.0)
Authors
Rafael A. Irizarry <rafa@ds.harvard.edu>, Laurent Gautier <lgautier@gmail.com>, Benjamin Milo Bolstad <bmb@bmbolstad.com>, and Crispin Miller <cmiller@picr.man.ac.uk> with contributions from Magnus Astrand <Magnus.Astrand@astrazeneca.com>, Leslie M. Cope <cope@mts.jhu.edu>, Robert Gentleman, Jeff Gentry, Conrad Halling <challing@agilixcorp.com>, Wolfgang Huber, James MacDonald <jmacdon@u.washington.edu>, Benjamin I. P. Rubinstein, Christopher Workman <workman@cbs.dtu.dk>, John Zhang
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.