listPathways {rBiopaxParser} | R Documentation |
This function returns a vector of all pathway ids.
listPathways(biopax, biopaxlevel = 3)
biopax |
A biopax model |
biopaxlevel |
integer. Set the biopax level here if you supply a data.table directly. |
Returns a character vector containing the names of all pathways.
Frank Kramer
# load data data(biopaxexample) listPathways(biopax)