Description Usage Arguments Details Value Author(s)
Reads a comma-delimited file containing the expression values of the
dilution and spike-in data sets and creates a
ExpressionSet
1 2 3 | read.dilution(filename)
read.spikein(filename, cdfName=c("hgu95a","hgu133a"), remove.xhyb=TRUE)
read.newspikein(filename)
|
filename |
character containing the filename to be read. |
cdfName |
are we reading data from the hgu95a or hgu133a spike-in experiment? |
remove.xhyb |
logical. If |
The file to be read must be comma-delimited with the first row
containing the cel filenames (case sensitive). The first column must
be the Affymetrix gene identifiers. read.dilution
will put
things in the right place.
read.newspikein
is a wrapper to read results from the hgu133a
spikein experiment.
An ExpressionSet
.
Rafael A. Irizarry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.