viabilityCharts(ppiStats)
viabilityCharts()所属R语言包:ppiStats
A function to create summary bar charts for directed graphs
一个功能,创造有向图的简易条形图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes a list of directed graph objects and creates a summary of the relative viable baits, viable prey, and viable bait/prey of each data graph.
这个函数有向图的对象名单,并建立一个相对可行的诱饵总结,可行的猎物,可行的诱饵/猎物的每一个数据图。
用法----------Usage----------
viabilityCharts(dataGraphs, total=6466)
参数----------Arguments----------
参数:dataGraphs
A named list of directed graphNELs
名为的指示graphNELs的列表
参数:total
The total number of potential nodes (i.e. proteins) that could have been queried.
潜在的节点总数(即蛋白)可能已被质疑。
值----------Value----------
A barchart object. Each item in the bar-chart represents one experimental data graph (set).
一个净值表对象。在条形图表的每一项代表一个实验数据图(套)。
作者(S)----------Author(s)----------
T Chiang
举例----------Examples----------
graphs = lapply(bpExperimentNames, function(x) get(x))
names(graphs) = bpExperimentNames
viabilityCharts(graphs)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|