getAverageFile.CnagCfhSet | R Documentation |
Calculates the mean and the standard deviation of the cell signal (intensity, standard deviation etc.) across the CFH set.
## 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)
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 CFH file of the same class as
the data files in the set. The CFH 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 CnagCfhSet
of the same class as the CFH set
averaged.
For more information see CnagCfhSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.