betr-package(betr)
betr-package()所属R语言包:betr
Identify differentially expressed genes in microarray time-course experiments
识别差异表达的基因芯片的时间课程实验
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The betr package implements the BETR (Bayesian Estimation of Temporal Regulation) algorithm.
的的BETR包实现的BETR(时空条例Bayes估计)算法。
Details
详情----------Details----------
作者(S)----------Author(s)----------
Martin Aryee
Maintainer: <aryee@jhu.edu>
参考文献----------References----------
Tai, Y and Speed, T. A multivariate empirical Bayes statistic for replicated microarray time course data. Annals of Statistics (2006) vol. 34 (5) pp. 2387-2412
参见----------See Also----------
betr
betr
举例----------Examples----------
library(Biobase)
data(timeEset)
prob <- betr(timeEset, cond=pData(timeEset)$strain,
timepoint=pData(timeEset)$time, replicate=pData(timeEset)$rep, alpha=0.05)
head(prob)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|