smallest_pathway {mirIntegrator} | R Documentation |
Find the pathway with the fewer number of nodes among a list of pathways. This simple function is an example of how to navigate the genes on a list of pathways.
smallest_pathway(pathways)
pathways |
A list of graph::graphNEL objects. |
The index of the pathway with fewer number of nodes.
Diana Diaz <dmd at wayne dot edu>
data(augmented_pathways) smallest_pathway(augmented_pathways) smallest_pathway