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

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

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

                                         Generate two-way table for genetic interaction data
                                         产生的遗传相互作用数据的双向表

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

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

Generate two-way table from a vector of genetic interaction status and a vector of the pairs that share a functional domain.
从遗传相互作用的状态向量和向量共享一个功能域对产生双向表。


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


twoWayTable(var1, var2idx)



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

参数:var1
Vector of the status of the first property.  
向量的第一个属性的状态。


参数:var2idx
Vector of the index in var1 that have the second property.  
向量var1有第二个属性的索引。


Details

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

Calculates the count numbers from the given vectors. Then put them into a matrix format.
计算从给定的向量计数号码。然后放入一个矩阵格式。


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

A two-way contingency table of genetic interaction and whether sharing
遗传相互作用,以及是否共享一个双向的应变表


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


Z. Jiang



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

sharedBy, getUniquePairs
sharedBy,getUniquePairs


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


var1 <- c(0,1,1,0,0,0,1,0,1,1)
var2idx <- c(3,5,7)
twoWayTable(var1,var2idx)

data("AtongFnDomain")
pf <- Biobase::reverseSplit(AtongFnDomain$SharedPfam)
idx <- which(rownames(AtongFnDomain$pairs) %in% pf$PF00478)
twoWayTable(AtongFnDomain$pairs[,"interact"],idx)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 05:00 , Processed in 0.027345 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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