pooled.sd | R Documentation |
The pooled.sd
function calculates the pooled standard deviation in
each protein within technical replicates while accommodating possible missing
data. When there is not enough replicates to calculate pooled standard
deviations (number of non-missing samples is less than or equal to number of
groups for example), a simple sample standard deviation is used.
This step is needed when standardise
is enabled in ruvms
.
pooled.sd(Y, M)
Y |
The m-by-n data matrix with samples on the rows and measurements (proteins etc. ) on the columns. Missing data (NAs) are allowed. |
M |
The replication structure. See |
A numeric vector of pooled standard deviation of each measurement.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.