createSummaryTables(ppiStats)
createSummaryTables()所属R语言包:ppiStats
A function to create summary statistic tables for directed graphs
一个功能,创造有向图的汇总统计表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes a list of directed graph objects and creates a summary table based on the directed connectivity.
这个函数有向图的对象名单,并创建一个基于直接连接的汇总表。
用法----------Usage----------
createSummaryTables(dataGraphs)
参数----------Arguments----------
参数:dataGraphs
A named list of directed graphNELs
名为的指示graphNELs的列表
值----------Value----------
A dataframe with the rows indexed by the names of each directed graphNEL and the columns indexed by viable baits (VB), viable prey (VP), viable bait/prey (VBP), the ratio of viable bait/prey by viable baits (VBP/VB), the ratio of viable prey by viable baits (VP/VB), the total number of directed interactions (TI), and the ratio of total intractions by viable baits (TI/VB).
与每个导演graphNEL名索引的行和列可行的诱饵(VB)的,可行的猎物(VP),可行的诱饵/猎物(船民),比可行的诱饵/猎物可行的诱饵(船民dataframe / VB),可行的猎物比可行的诱饵(副总裁/ VB),导向的交互(TI)的总数,和总intractions的可行饵比(TI / VB的)。
作者(S)----------Author(s)----------
T Chiang
举例----------Examples----------
graphs = lapply(bpExperimentNames, function(x) get(x))
names(graphs) = bpExperimentNames
createSummaryTables(graphs)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|