getAverageFile.AffymetrixCelSet | R Documentation |
Calculates the mean and the standard deviation of the cell signal (intensity, standard deviation etc.) across the CEL set.
## S3 method for class 'AffymetrixCelSet'
getAverageFile(this, name=NULL, prefix="average", indices="remaining",
field=c("intensities", "stdvs"), mean=c("median", "mean"), sd=c("mad", "sd"),
na.rm=TRUE, g=NULL, h=NULL, ..., cellsPerChunk=moreCells * 10^7/length(this),
moreCells=1, force=FALSE, verbose=FALSE)
name |
The label of the calculated parameters.
If |
indices |
An |
mean |
A |
sd |
A |
na.rm |
If |
... |
Not used. |
cellsPerChunk |
A |
moreCells |
A |
force |
If |
verbose |
If |
The parameter estimates are stored as a CEL file of the same class as
the data files in the set. The CEL file is named <name>.cel
and placed in the directory of the set.
Currently there is no specific data class for this file, but the average
cell signals are stored as "intensities", the standard deviation of the
cell signals as "stddevs", and the number of data points used for each
estimate is stored as "pixels".
Returns an AffymetrixCelSet
of the same class as the CEL set
averaged.
Henrik Bengtsson, Ken Simpson
For more information see AffymetrixCelSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.