Learn R Programming

rBiopaxParser (version 2.10.0)

listPathways: This function returns a list of all pathway ids.

Description

This function returns a vector of all pathway ids.

Usage

listPathways(biopax, biopaxlevel = 3)

Arguments

biopax
A biopax model
biopaxlevel
integer. Set the biopax level here if you supply a data.table directly.

Value

Returns a character vector containing the names of all pathways.

Examples

Run this code
# load data
 data(biopaxexample)
 listPathways(biopax)

Run the code above in your browser using DataLab