View source: R/Data_Preparation_Functions.R
splitDBIDs | R Documentation |
Split the databases' ids' of the nodes extracted from the function getNodesAttributes()
splitDBIDs(biopax, nodes_df)
biopax |
The biopax object. |
nodes_df |
The nodes dataframe. |
A dataframe containing the nodes with their ids in each database respectively.
## Not run:
nodes_dataframe = splitDBIDs(biopax, nodes_dataframe)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.