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

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

[复制链接]
发表于 2012-2-26 15:55:43 | 显示全部楼层 |阅读模式
hmmResults(VanillaICE)
hmmResults()所属R语言包:VanillaICE

                                         Example output from hmm
                                         从HMM的输出示例

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

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

Example output from hmm method applied to simulated data.
示例输出从hmm应用于模拟数据的方法。


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


data(hmmResults)



格式----------Format----------

A RangedDataHMM object.
一个RangedDataHMM对象。


Details

详情----------Details----------

The results of a 6-state HMM fit to simulated copy number and genotype data.
6状态HMM的结果符合模拟拷贝数和基因型数据。


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

xyplot
xyplot


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


        data(oligoSetExample, package="oligoClasses")
        oligoSet <- oligoSet[chromosome(oligoSet) == 1, ]
        hmmOpts <- hmm.setup(oligoSet, is.log=TRUE)
        ## Not run: [#无法运行:]
                hmmResults <- hmm(oligoSet, hmmOpts, k=3)
                save(hmmResults, file="~/Software/VanillaICE/data/hmmResults.rda")
       
## End(Not run)[#结束(不运行)]
        data(hmmResults)
        state(hmmResults)
        hmmOpts$states[state(hmmResults)]
        ##[#]
        ## Plot region of homozygosity[#纯合图区域]
        ##  (Note that the formula cn~x is required at this time)[#(请注意,公式CN~x是需要在这个时候)]
        xyplot(cn~x, oligoSet, range=hmmResults[2, ], frame=10e6,
               panel=xypanel, pch=21, cex=0.6)
        ##[#]
        ## Or, plot each range in its own panel with a frame of 2e6 bases.[#或每个范围,绘制在自己的面板与2E6碱基的框架。]
        ##  (Again, the formula is a standard format with cn, x,[#(同样,公式是CN,X的标准格式,]
        ##  range, and id the only allowed terms)[#范围和ID只允许的条件)]
        ## Because these are all the ranges from one individual's[#因为这些都是从一个人的范围]
        ## chromosome, the ranges are overlapping[#染色体,范围重叠]
        ##  The range 'in focus' is demarcated by vertical blue lines[#“焦点”的范围是由垂直蓝线划定]
        xyplot(cn~x | range, oligoSet, range=hmmResults, frame=2e6,
               panel=xypanel, pch=21, cex=0.2,
               scales=list(x="free"),
               border="blue",
               col.np="grey",
               col.het="grey",
               col.hom="grey")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-22 22:04 , Processed in 0.022851 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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