View source: R/Data_Preparation_Functions.R
prepareNodesDataframeToCreate | R Documentation |
Prepare a dataframe containing the nodes of a mully graph, extracted from getNodesAttribues() function, to be created in Neo4j database. The dataframe contains the nodes' label and their property keys.
prepareNodesDataframeToCreate(biopax, g)
biopax |
The biopax object. |
g |
The mully graph. |
A dataframe of nodes ready to be created in Neo4j database.
## Not run:
nodes = prepareNodesDataframeToCreate(wntBiopax,wntmully)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.