FindConnectionsForAllHopCounts | R Documentation |
For all hop counts up to the maximum, find subnetworks connecting each pair of genes by exactly that number of hops. For instance, find each
FindConnectionsForAllHopCounts(subnetworks, verbose = FALSE)
subnetworks |
A list of bipartite (PANDA-like) subnetworks for each gene, containing only the significant edges meeting the hop count criteria and where each network is a data frame with the following format: tf,gene |
verbose |
Whether or not to print detailed information about the run. |
A bipartite subnetwork in the same format as the original networks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.