union.of.pways(SAGx)
union.of.pways()所属R语言包:SAGx
Create the union of two pathway lists
建立工会两种途径列表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes two lists where each component is a vector of probe sets ids and create
这个函数有两个列表,其中每个组件是一个探针台IDS的向量和创造
用法----------Usage----------
union.of.pways(x,y)
参数----------Arguments----------
参数:x
the first list
第一个列表
参数:y
the second list
第二个列表
Details
详情----------Details----------
The function merge.list in package RCurl forms a basis for this function which adds the
在包RCurl的的功能merge.list形成此功能的基础上增加了
值----------Value----------
A list which is the union of the two input lists.
一个列表,这是工会的两个输入列表。
注意----------Note----------
Experimental function. Feedback appreciated.
实验功能。反馈赞赏。
作者(S)----------Author(s)----------
Per Broberg
举例----------Examples----------
X = list(a=c(1,2),c=c(1,2));Y = list(a=c(3,4),d=c(12,2))
union.of.pways(X,Y)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|