listPathways {rBiopaxParser}R Documentation

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.

Author(s)

Frank Kramer

Examples

 # load data
 data(biopaxexample)
 listPathways(biopax)

[Package rBiopaxParser version 2.32.0 Index]