ndex_network_get_summary: Get NetworkSummary by Network UUID

View source: R/ndex_networks_simple_operations.r

ndex_network_get_summaryR Documentation

Get NetworkSummary by Network UUID

Description

This function retrieves the summary of the network identified by the supplied network UUID string.

Usage

ndex_network_get_summary(ndexcon, networkId)

Arguments

ndexcon

object of class NDExConnection linkndex_connect

networkId

unique ID of the network

Value

List of network metadata: ID, name, whether it is public, edge and node count; source and format of network

REST query

GET: ndex_config$api$network$summary$get

Note

Compatible to NDEx server version 1.3 and 2.0

Examples

## Establish a server connection
ndexcon = ndex_connect()
## Find a network and get its UUID
networks = ndex_find_networks(ndexcon,"p53", "nci-pid")
networkId = networks[1,"externalId"]
## Get the network summary
summary = ndex_network_get_summary(ndexcon, networkId)

frankkramer-lab/ndexr documentation built on April 4, 2023, 7:19 p.m.