DEUresultTable(DEXSeq)
DEUresultTable()所属R语言包:DEXSeq
Get a result table from the analysis workflow.
从分析流程得到一个结果表。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function returns a data frame with the summary of the results from the analysis workflow. It accesses the fData slots with information of the dispersion estimates obtained from the function fitDispersionFunction, the p values, and adjusted p values obtained from the function testForDEU, and log2 fold changes obtained from the function estimatelog2FoldChanges.
这个函数返回一个数据框从分析工作流程的结果摘要。它访问功能fData,p值,和功能fitDispersionFunction得到调整后的P值获得的色散估计,和log2倍的变化,从获得的信息与testForDEU插槽功能estimatelog2FoldChanges。
用法----------Usage----------
DEUresultTable(ecs)
参数----------Arguments----------
参数:ecs
An ExonCountSet object.
一个ExonCountSet的对象。
值----------Value----------
A data frame with a summary of the analysis workflow.
一个数据汇总与分析流程框架。
举例----------Examples----------
## Not run: [#无法运行:]
data("pasillaExons", package="pasilla")
pasillaExons <- estimateSizeFactors( pasillaExons )
pasillaExons <- estimateDispersions( pasillaExons )
pasillaExons <- fitDispersionFunction( pasillaExons )
pasillaExons <- testForDEU( pasillaExons )
res <- DEUresultTable( pasillaExons )
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|