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

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

[复制链接]
发表于 2012-2-26 11:32:01 | 显示全部楼层 |阅读模式
calculateTtest(puma)
calculateTtest()所属R语言包:puma

                                        Calculate differential expression between conditions using T-test
                                         计算之间使用T-检验条件的差异表达

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

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

Automatically creates design and contrast matrices if not specified. This function is useful for comparing T-test results with those of other differential expression (DE) methods such as pumaDE.
自动创建的设计,如果不指定的对比矩阵。这个功能是有用的比较与其他差异表达(DE)的方法,如pumaDEt检验结果。


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


calculateTtest(
        eset
,        design.matrix = createDesignMatrix(eset)
,        contrast.matrix = createContrastMatrix(eset)
)



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

参数:eset
An object of class ExpressionSet  
一个对象的类ExpressionSet


参数:design.matrix
A design matrix  
一个设计矩阵


参数:contrast.matrix
A contrast matrix  
对比矩阵


Details

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

The eset argument must be supplied, and must be a valid ExpressionSet object. Design and contrast matrices can be supplied, but if not, default matrices will be used. These should usually be sufficient for most analyses.
eset参数必须提供的,必须是一个有效的ExpressionSet对象。设计和对比度矩阵可以提供,但如果没有,将使用默认的矩阵。这些通常应足以满足大多数分析。


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

An object of class DEResult.
对象类DEResult。


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


Richard D. Pearson



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

Related methods pumaDE, calculateLimma, calculateFC, createDesignMatrix and createContrastMatrix and class DEResult
相关的方法pumaDE,calculateLimma,calculateFC,createDesignMatrix和createContrastMatrix类DEResult


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


        eset_test <- new("ExpressionSet", exprs=matrix(rnorm(400,8,2),100,4))
        pData(eset_test) <- data.frame("class"=c("A", "A", "B", "B"))
        TtestRes <- calculateTtest(eset_test)
        plotErrorBars(eset_test, topGenes(TtestRes))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-1 00:47 , Processed in 0.026694 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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