smallest_pathway {mirIntegrator}R Documentation

Get the smallest pathway

Description

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.

Author(s)

Diana Diaz <dmd at wayne dot edu>

Examples

data(augmented_pathways)
smallest_pathway(augmented_pathways)
smallest_pathway


[Package mirIntegrator version 1.24.0 Index]