Rdocumentation
powered by
Learn R Programming
timecourse (version 1.44.0)
univ.func: Univariate Data
Description
Transforms multivariate vectors into univariate values using the Helmert matrix.
Usage
univ.func(dummy, M, k, n, indx = 1)
Arguments
dummy
a numeric gene index.
M
a numeric matrix containing the log-values or log-ratios of a gene.
k
a positive integer giving the number of time points.
n
a positive integer giving the number of replicates.
indx
a positive integer between 1 and k, indicating which row of the Helmert matrix to transform the vectors.
Value
A numeric vector with length equals to
n
.
Details
This function is for internal use only and is not to be called by the user.
See Also
ot.helmert
.