Description Usage Arguments Author(s)
View source: R/pathway2Graph.R
This function is used internally by pathway2Graph to obtain physical entities participating in an interaction.
1 2 3 4 5 6 7 | getParticipants(
pwComponentList,
instance,
biopaxlevel,
splitComplexMolecules = FALSE,
useIDasNodenames = TRUE
)
|
pwComponentList |
List of pathway components |
instance |
Biopax instance id |
biopaxlevel |
integer. Set the biopax level here if you supply a data.table directly. |
splitComplexMolecules |
logical. If TRUE complexes are split up into their components and the annotation of the components is added. |
useIDasNodenames |
logical. If TRUE nodes of the graph are named by their molecule IDs instead of using the NAME property. This can help with badly annotated/formatted databases. |
Nirupama Benis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.