Description Usage Arguments Value Author(s) Examples
View source: R/sumStatCharts.R
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.
1 | viabilityCharts(dataGraphs, total=6466)
|
dataGraphs |
A named list of directed graphNELs |
total |
The total number of potential nodes (i.e. proteins) that could have been queried. |
A barchart object. Each item in the bar-chart represents one experimental data graph (set).
T Chiang
1 2 3 | graphs = lapply(bpExperimentNames, function(x) get(x))
names(graphs) = bpExperimentNames
viabilityCharts(graphs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.