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.
Usage
smallest_pathway(pathways)
Arguments
pathways
A list of graph::graphNEL objects.
Value
The index of the pathway with fewer number of nodes.