univ.func(timecourse)
univ.func()所属R语言包:timecourse
Univariate Data
单变量数据
译者:生物统计家园网 机器人LoveR
描述----------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.
包含log值或一个基因的log比数字矩阵。
参数: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.
1和K之间的正整数,表示赫尔默特矩阵行变换向量。
Details
详情----------Details----------
This function is for internal use only and is not to be called by the user.
此功能仅供内部使用,并且是不被用户称为。
值----------Value----------
A numeric vector with length equals to n.
一个数值向量长度等于n。
作者(S)----------Author(s)----------
Yu Chuan Tai <a href="mailto:yuchuan@stat.berkeley.edu">yuchuan@stat.berkeley.edu</a>
参见----------See Also----------
ot.helmert.
ot.helmert。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|