View source: R/crosstalkInhibition.R
networkEfficiency | R Documentation |
Given a network, calculate the network efficiency. Iterate over network edges and conduct simulated network crosstalk inhibition, pruning the network of edges that do not contribute to network efficiency.
networkEfficiency(network)
network |
An igraph object in which the nodes represent enriched pathways and the edges represent significant pathway crosstalks. The output of crosstalkNetwork(). |
Returns a named list.
full_network - An igraph object representing the full network of top-performing pathway pairs.
full_network_results - A dataframe describing the full network.
pruned_network - An igraph object representing the pruned network of top-performing pathway pairs.
pruned_network_results - A dataframe describing the pruned network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.