## S3 method for class 'CnagCfhSet':
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)
NULL
, a default name format --
is used.integer
specifying the total number of cells
(across arrays) read into memory per chunk.double
scalar indicating if more or less cells
should be used per chunk.TRUE
, parameters for cells already calculated are
recalculated, otherwise not.CnagCfhSet
of the same class as the CFH set
averaged..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".CnagCfhSet
.