找回密码
 注册
查看: 528|回复: 0

R语言 cycle包 ar1analysis()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 16:12:42 | 显示全部楼层 |阅读模式
ar1analysis(cycle)
ar1analysis()所属R语言包:cycle

                                        Performs AR1 fitting
                                         执行AR1的拟合

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Calculation of  the autocorrelation coefficients  genes  and variance of corresponding random variables  
计算自相关系数的基因和相应的随机变量的方差


用法----------Usage----------


ar1analysis(eset)



参数----------Arguments----------

参数:eset
object of the class “ExpressionSet”
对象“ExpressionSet类”


值----------Value----------

List of fitted autocorrelation coefficients (alpha) for ExpressionSet features  and  variance (sigma2) of corresponding random variables obtained using the ar function
alpha拟合自相关系数(名单)ExpressionSet特点和差异(sigma2)获得相应的随机变量使用ar功能


注意----------Note----------

Note that this function evaluates soley the exprs matrix and  no information is used from the phenoData. In particular,  the ordering of samples (arrays) is the same as the ordering  of the columns in the exprs matrix. Also, replicated arrays in the  exprs matrix are treated as independent  i.e. they should be averagered prior to analysis or placed into different
请注意,这个函数计算掌上明珠矩阵和没有信息exprs用于从phenoData。样本(阵列)的顺序,特别是作为exprs矩阵中列的顺序是相同的。此外,exprs矩阵复制阵列被视为独立的,即他们分析之前,应averagered或放置到不同的


参见----------See Also----------

ar
ar


举例----------Examples----------


data(yeast) # loading the reduced CDC28 yeast set (from the Mfuzz package)[载入减少CDC28酵母集(从Mfuzz包)]

# Data preprocessing [数据预处理]
if (interactive()){
data(yeast)

yeast <- filter.NA(yeast)
# filters genes with more than 25% of the expression values missing [过滤器,超过25%的表达基因值缺失]

yeast  <- fill.NA(yeast)
# for illustration only; rather use knn method for replacing missing values[只用于说明目的,而是使用KNN方法取代遗漏值]

tmp <- ar1analysis(yeast)
# fits AR1 process autocorrelation coefficients  [适合AR1的过程中自相关系数]

plot(density(tmp$alpha),main="Autocorrelation")

}

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-12 12:16 , Processed in 0.029661 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表