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

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

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

                                         Test for differences between the base means for two conditions
                                         试验碱基之间的差异意味着两个条件

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

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

This function tests for differences between the base means of two conditions (i.e., for differential expression in the case of  RNA-Seq).
此功能的测试碱基之间的差异,意味着两个条件(即差表达在RNA序列的情况下)。


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


nbinomTest(cds, condA, condB, pvals_only = FALSE, eps=NULL )



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

参数:cds
a CountDataSet with size factors and raw variance functions  
与规模因素和原材料方差函数CountDataSet


参数:condA
one of the conditions in 'cds'  
在“光盘”的条件之一


参数:condB
another one of the conditions in 'cds'  
另一个在“光盘”的条件


参数:pvals_only
return only a vector of (unadjusted) p values instead of the data frame described below.  
只返回以下(未经调整)P值,而不是数据框的矢量描述。


参数:eps
This argument is no longer used. Do not use it.  
这种说法已不再使用。不要使用它。


Details

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

See nbinomTestForMatrices for more technical informations
看到nbinomTestForMatrices更多的技术信息


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

A data frame with the following columns:
与下面的列的数据框:


参数:id
The ID of the observable, taken from the row names of the counts slots.
观察到的ID,从计数槽行名称。


参数:baseMean
The base mean (i.e., mean of the counts divided by the size factors) for the counts  for both conditions
碱基平均(即,由大小因素分为计数的意思),这两个条件的计数


参数:baseMeanA
The base mean (i.e., mean of the counts divided by the size factors) for the counts  for condition A
碱基条件A计数的平均值(即,由大小因素分为计数的意思)


参数:baseMeanB
The base mean for condition B
条件B的基础是什么意思


参数:foldChange
The ratio meanB/meanA
比meanB / meanA


参数:log2FoldChange
The log2 of the fold change
倍的log2


参数:pval
The p value for rejecting the null hypothesis 'meanA==meanB'
P值拒绝零假设“meanA == meanB”


参数:padj
The adjusted p values (adjusted with 'p.adjust( pval, method="BH")')
调整后的P值(与调整“p.adjust(pval的方法=”波黑“)”)


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



Simon Anders, sanders@fs.tum.de




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


cds <- makeExampleCountDataSet()
cds <- estimateSizeFactors( cds )
cds <- estimateDispersions( cds )
head( nbinomTest( cds, "A", "B" ) )

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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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