View source: R/ndex_networks.r
ndex_find_networks | R Documentation |
This functions searches the public networks on an NDEx server for networks containing the supplied search string. T his search can be limited to certain accounts as well as in length.
ndex_find_networks(ndexcon, searchString = "", accountName, start, size)
ndexcon |
object of class NDExConnection linkndex_connect |
searchString |
string by which to search |
accountName |
string (optional); constrain search to networks administered by this account |
start |
integer (optional); specifies that the result is the nth page of the requested data. The default value is 0 |
size |
integer (optional); specifies the number of data items in each page. The default value is 100 |
Data frame with network information: ID, name, whether it is public, edge and node count; source and format of network. NULL if no networks are found.
GET: ndex_config$api$search$network$search
Compatible to NDEx server version 1.3 and 2.0
Search strings may be structured
ndexcon = ndex_connect()
networks = ndex_find_networks(ndexcon,"p53")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.