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

R语言 BGmix包 BGmix-package()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 13:11:51 | 显示全部楼层 |阅读模式
BGmix-package(BGmix)
BGmix-package()所属R语言包:BGmix

                                         BGmix fits a variety of Bayesian hierarchical models for finding differential gene expression between 2 or more experimental conditions.
                                         BGmix适合的贝叶斯层次模型,发现2个或更多的实验条件之间的差异表达基因的品种。

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

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

BGmix uses a C++ routine to fit the chosen model via an MCMC algorithm. Files are written to a sub-directory in the working directory. The package includes R functions for reading the results into R, and several plotting functions and functions for estimating error rates.
BGmix使用一个C + +程序MCMC算法,以适应通过选择模型。工作目录中的文件被写入到一个子目录。该软件包包括R函数读入R的结果,和几个绘图功能和功能估计错误率。


Details

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

See Vignette for details of how to use this package (use openVignette()).
如何使用这个包(使用openVignette())的详细信息,请参阅小品。


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



Alex Lewin and Natalia Bochkina

Maintainer: Alex Lewin <a.m.lewin@imperial.co.uk>




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

mixture model for differential gene expression: simulations and model checks.

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


## Note this is a very short MCMC run![#注意:这是一个很短的MCMC运行!]
## For good analysis need proper burn-in period.[#为了获得良好的分析,需要适当的老化期。]
data(ybar,ss)
outdir <- BGmix(ybar, ss, c(8,8), nburn=0, niter=100, nthin=1,trace.pred=1)

## Basic plot of parameters[#参数的基本图]
params <- ccParams(outdir)
plotBasic(params,ybar,ss)

## plots of FDR and related quantities[#图FDR和相关量]
fdr <- calcFDR(params)
par(mfrow=c(1,2))
plotFDR(fdr)

## plots of Bayesian p-values[贝叶斯p值#图]
## for predictive checks of mixture prior [#前预测混合物检查]
pred <- ccPred(outdir,q.trace=TRUE)
plotPredChecks(pred$pval.ybar.mix2,params$pc,probz=0.5)

## plots of predictive density superimposed on data[#预测密度图上叠加数据]
plotMixDensity(params,pred,ybar,ss)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 11:32 , Processed in 0.021866 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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