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

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

[复制链接]
发表于 2012-2-25 16:36:09 | 显示全部楼层 |阅读模式
testGeneForDEU(DEXSeq)
testGeneForDEU()所属R语言包:DEXSeq

                                         Test a single gene for differential exon usage.
                                         测试使用差外显子的单基因。

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

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

This function first fits a GLM for the null model, then a GLM for the full model for each exon counting bin. Then, p values are derived with a chi-squared test from the deviance differences between the models.
此功能适用于空模型的GLM,然后为每个外显子计数斌模型的GLM。然后推导与模型之间的偏差差异卡方检验,P值。


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


testGeneForDEU( ecs, gene, formula0=NULL, formula1=NULL )



参数----------Arguments----------

参数:ecs
An ExonCountSet object.  
一个ExonCountSet的对象。


参数:gene
The ID of the gene to be tested for differential exon usage.  
差外显子的使用情况进行测试,该基因的ID。


参数:formula0
Formula for the null model. If NULL, the default  "count ~ sample + exon + condition is used.  
公式为空模型。如果为NULL,默认“count ~ sample + exon + condition使用。


参数:formula1
Formula for the full model. If NULL, the default  "count ~ sample + exon + condition * I(exon==exonID) is used.  
公式为完整的模型。如果为NULL,默认“count ~ sample + exon + condition * I(exon==exonID)使用。


Details

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

The terms in the formulas must be columns of design(ecs). In addition, in formula1, the variable exonID is set to the ID of the currently tested exon counting bin, looping through all the counting bins.
公式中的条款必须是列design(ecs)。此外,formula1变exonID设置目前测试的外显子计数斌ID,遍历所有的计数箱。

The GLMs are of the negative binomial family, using the dispersions from the dispersion column in fData(ecs).
的GLMs是负二项式家庭,使用dispersionfData(ecs)列的分散。


值----------Value----------

A data frame with columns "deviance", "df" (degrees of freedom) and pvalues from the test.
与列“越轨”的数据框,“东风”(自由度)和测试pvalues的。


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

testForDEU
testForDEU


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


   data("pasillaExons", package="pasilla")
   pasillaExons <- estimateSizeFactors( pasillaExons )
   pasillaExons <- estimateDispersions( pasillaExons )
   pasillaExons <- fitDispersionFunction( pasillaExons )
   testGeneForDEU(pasillaExons, "FBgn0085442")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-12 01:52 , Processed in 0.021756 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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