View source: R/formatNodeOutput.R
Format node output for further uses by fetchNode
. Retrieve also node relationships using fetchNodeRelation
.
1 | formatNodeOutput(node, returnAs)
|
fetchNode
, fetchNodeRelation
#querystring="UNWIND ['G371','G783'] AS x WITH x MATCH (node:Metabolite) WHERE lower(node.GID) = lower(x) RETURN DISTINCT node"
#node = curlRequestCypher(querystring)
#formatNodeOutput(node,returnAs="list")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.