View source: R/ndex_networks_simple_operations.r
ndex_delete_network | R Documentation |
Delete a network
ndex_delete_network(ndexcon, networkId)
ndexcon |
object of class NDExConnection linkndex_connect |
networkId |
unique ID of the network |
NULL on success; Error else
DELETE: ndex_config$api$network$delete
Requires an authorized user! (ndex_connect with credentials)
Compatible to NDEx server version 1.3 and 2.0
## Establish a server connections with credentials
# ndexcon = ndex_connect('MyAccountName', 'MyPassword')
## Find a network and get its UUID
# networks = ndex_find_networks(ndexcon,"p53", "nci-pid")
# networkId = networks[1,"externalId"]
## Delete the network
# ndex_delete_network(ndexcon, networkId)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.