separateExptBySize(ppiStats)
separateExptBySize()所属R语言包:ppiStats
A function to partition experiments in user defined small, medium, large
一个函数定义在用户分区实验小型,中型,大型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function partitions protein interaction data into one of three classes
此功能分区分为三类蛋白质相互作用数据
用法----------Usage----------
separateExptBySize(listOfGraphs, bound1, bound2)
参数----------Arguments----------
参数:listOfGraphs
A list containing graphNEL objects to be sorted by the number of edges
列表含有graphNEL对象的边数排序
参数:bound1
An integer. The strict upper bound for the small scale experiments and the lower bound for the medium scale experiments.
一个整数。严格的上限为小规模的实验和较低的中等规模的实验约束。
参数:bound2
An integer. The upper bound for the medium scale experiments, and the strict lower bound for the large scale experiments.
一个整数。上限为中等规模的实验,和严格的低约束的大规模实验。
Details
详情----------Details----------
A function to partition graphs based on the number of edges.
一个功能分区的基础上,边数图。
值----------Value----------
A list:
一个列表:
参数:small
A list of graph objects with the number of edges in each graph less than bound1.
与边在每个图比bound1的图形对象的名单。
参数:medium
A list of graph objects with the number of edges in each graph of a value between that of bound1 and bound2.
一个图形对象在每个之间的bound1和bound2的价值图的边数列表。
参数:large
A list of graph objects with the number of edges in each graph greater than bound2.
与边在每个图比bound2的图形对象的名单。
作者(S)----------Author(s)----------
T. Chiang
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|