Description Usage Arguments Value Author(s) Examples
This function returns a (unique) data.frame listing all component IDs, names and classes of the supplied pathway.
1 2 3 4 5 6 7 | listPathwayComponents(
biopax,
id,
includeSubPathways = TRUE,
returnIDonly = FALSE,
biopaxlevel = 3
)
|
biopax |
A biopax model |
id |
string. A pathway ID |
includeSubPathways |
logical. If TRUE the returned list will include subpathways and pathwaysteps as well. |
returnIDonly |
logical. If TRUE only IDs of the components are returned. This saves tiem for looking up names for every single ID. |
biopaxlevel |
integer. Set the biopax level here if you supply a data.table directly. |
data.frame
Frank Kramer
1 2 3 | # load data
data(biopaxexample)
listPathwayComponents(biopax, id="pid_p_100002_wntpathway")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.