View source: R/Store_Mully_Function.R
storeMully | R Documentation |
Save a mully graph in the Neo4j database
storeMully(connection, biopax, mully)
connection |
The Neo4j connection object. |
biopax |
The biopax object. |
mully |
The mully graph. |
A boolean value: TRUE if the mully graph has been saved in the Neo4j server. Otherwise FALSE.
## Not run:
storeMully(connection, wntBiopax, wntmully)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.