univ.func {timecourse} | R Documentation |
Transforms multivariate vectors into univariate values using the Helmert matrix.
univ.func(dummy, M, k, n, indx = 1)
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. |
This function is for internal use only and is not to be called by the user.
A numeric vector with length equals to n
.
Yu Chuan Tai yuchuan@stat.berkeley.edu