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

R语言 PICS包 picsError-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 11:07:31 | 显示全部楼层 |阅读模式
picsError-class(PICS)
picsError-class()所属R语言包:PICS

                                        The pics class
                                         太平洋岛国类

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

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

This object is used to return an error code when the PICS function failed to return a valid set of estimates for a candidate regions. This could be due to non-convergence of the EM algorithm, a singular information matrix, or a number of reads below the limit specified by the user. All of these are typically due to too few reads in the region and do not affect the rest of the analysis, as such regions would most likely be labelled as false positives.
此对象用于返回一个错误代码的PICS函数失败,返回一个候选区域的一套有效的估计。这可能是由于非收敛性的EM算法,奇异的信息矩阵,或由用户指定的限制以下的读取次数。所有这些通常是由于在该区域的读取太少,不影响其余的分析,因为这些区域最有可能被标记为误报。


存取----------Accessors----------

All of the accessors defined for a "pics" object still work for a "picsError" object but will simply return a NULL pointer.
所有的定义为“图片”对象的存取仍然工作“picsError”的对象,但将只返回一个NULL指针。


构造----------Constructor----------

newPicsError(string) where "string" is the error code.
newPicsError(字符串)字符串是错误代码。


构造----------Constructor----------

newPicsError<-function(string)
newPicsError <函数(字符串)




string The mixture weights (a vector)
字符串的混合物重量(向量)


作者(S)----------Author(s)----------


Xuekui Zhang, Arnaud Droit &lt;<a href="mailto:arnaud.droit@crchuq.ualaval.ca">arnaud.droit@crchuq.ualaval.ca</a>&gt; and Raphael Gottardo &lt;<a href="mailto:rgottard@fhcrc.org">rgottard@fhcrc.org</a>&gt;



参考文献----------References----------



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

pics
pics


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


# Here is an example on how to construct such a picsError object[这里是一个如何构建这种picsError对象的例子]
# Typically, you would not do this manually, you would use the pics function to return a 'picsList' that contains a list of 'pics' or 'picsError' object.[通常情况下,你会不会做手工,你会使用图片功能返回一个picsList包含图片或picsError对象名单。]
# Contructor[构造器]
myPicsError<-newPicsError("Singular information matrix")
# Accessors[存取]
# Get the standard error of Mu[获取亩的标准错误]
se(myPicsError)
# Get the standard error of MuF[得到MUF标准错误]
seF(myPicsError)
# Get the scores[取得的成绩]
score(myPicsError)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-1 12:02 , Processed in 0.019056 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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