print.gagafit(gaga)
print.gagafit()所属R语言包:gaga
Print an object of class gagafit
打印类gagafit对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Prints an object of class gagafit, as returned by fitGG or parest. Provides general information and hyper-parameter estimates, if available.
打印类对象gagafit,fitGG或parest返回。提供一般的信息和超参数估计,如果可用。
用法----------Usage----------
## S3 method for class 'gagafit'
print(x,...)
参数----------Arguments----------
参数:x
Object of type gagafit, as returned by fitGG or parest.
类型gagafit对象返回fitGG或parest的。
参数:...
Other arguments to be passed on to the generic print function.
其他参数被传递到通用打印功能。
Details
详情----------Details----------
fitGG does not create a complete gagafit object. The complete object is returned by parest, which computes the posterior probabilities of differential expression and obtain hyper-parameter estimates (these are only provided by fitGG when the option method='EBayes' is used).
fitGG不创建一个完整的gagafit对象。 parest,计算差异表达的后验概率,并获得超参数估计(这些都只能由fitGG时,选项method='EBayes'用于提供)返回完整的对象。
值----------Value----------
Prints number of genes, hypotheses, details about the model fitting and hyper-parameter estimates (when available).
打印数量的基因,假说,模型拟合和超参数估计(可用时)的详细信息。
作者(S)----------Author(s)----------
David Rossell
参考文献----------References----------
flexible hierarchical model for microarray
参见----------See Also----------
fitGG, parest
fitGG,parest
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|