analyzeNetwork | R Documentation |
Calculate various network statistics.
analyzeNetwork(directed = FALSE, base.url = .defaultBaseUrl)
directed |
(optional) If TRUE, the network is considered a directed graph. Default is FALSE. |
base.url |
(optional) Ignore unless you need to specify a custom domain, port or version to connect to the CyREST API. Default is http://localhost:1234 and the latest version of the CyREST API supported by this version of RCy3. |
The results are added to the Node and Edge tables and the Results Panel. The summary statistics in the Results Panel are also returned by the function as a list of named values.
Named list of summary statistics
analyzeNetwork()
analyzeNetwork(TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.