makeEBcontr(Category)
makeEBcontr()所属R语言包:Category
A function to make the contrast vectors needed for EBarrays
一个功能,使对比度为EBarrays需要向量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Using EBarrays to detect differential expression requires the construction of a set of contrasts. This little helper function computes these contrasts for a two level factor.
使用EBarrays检测差异表达,要求建造一组对比。这个小帮手功能计算为两个级别的因素,这些对比。
用法----------Usage----------
makeEBcontr(f1, hival)
参数----------Arguments----------
参数:f1
The factor that will define the contrasts.
因素,将定义的对比。
参数:hival
The level of the factor to treat as the high level.
level作为高层次的因素来对待。
Details
详情----------Details----------
Not much more to add, see EBarrays for more details. This is used in the Category package to let users compute the posterior probability of differential expression, and hence to compute expected numbers of differentially expressed genes, per category.
没有更多补充,请参阅更多细节EBarrays。这是用来在分类包,让用户计算差异表达的后验概率,从而计算预期的数字,每个类别的差异表达基因。
值----------Value----------
An object of class “ebarraysPatterns”.
一个对象类“ebarraysPatterns”。
作者(S)----------Author(s)----------
R. Gentleman
参见----------See Also----------
ebPatterns
ebPatterns
举例----------Examples----------
if( require("EBarrays") ) {
myfac = factor(rep(c("A", "B"), c(12, 24)))
makeEBcontr(myfac, "B")
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|