abs2ratio(timecourse)
abs2ratio()所属R语言包:timecourse
Convert log-values to log-ratios
转换登录值登录比率
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For a single gene, computes the log ratios between time courses
对于一个单一的基因,计算log读课程之间的比率
用法----------Usage----------
abs2ratio(x, mn, k, c.grp, reference)
参数----------Arguments----------
参数:x
a numeric vector giving the log-values of a gene with two paired biological conditions, sorted in ascending order by biological condition, replicate, and time groups.
数字向量,给两个配对的生物条件排序升序生物条件的顺序,复制的,和时间组的基因值的记录。
参数:mn
a numeric matrix giving the sample sizes for the two biological conditions.
给两个生物条件的样本大小的数字矩阵。
参数:k
a positive integer giving the number of time points.
一个正整数,给予的时间点。
参数:c.grp
an numeric or character vector with length equals to that of x, giving the biological condition group for each element of x.
数字或字符的矢量长度等于x给每个x元素的生物条件组。
参数:reference
a numeric value or character assigning the reference biological condition.
一个数值或字符分配的参考生物条件。
Details
详情----------Details----------
This function is for internal use only and is not to be called by the user.
此功能仅供内部使用,并且是不被用户称为。
值----------Value----------
a numeric vector containing log-ratios between two paired biological conditions.
数字向量两配对的生物条件的log比。
作者(S)----------Author(s)----------
Yu Chuan Tai <a href="mailto:yuchuan@stat.berkeley.edu">yuchuan@stat.berkeley.edu</a>
参见----------See Also----------
mb.paired.
mb.paired。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|