getNodeTable: Get node table

Description Usage Arguments Details Value See Also

View source: R/getNodeTable.R

Description

Retrieve the entire node table as a matrix object

Usage

1
getNodeTable(network = "current", base.url = "http://localhost:1234/v1")

Arguments

network

name or suid of the network that you want the node table; default is "current" network

base.url

cyrest base url for communicating with cytoscape

Details

If there are missing values in the Node Table, then a warning message about the rbind function and the "number of columns of result is not a multiple of vector length". This indicates that values were shifted (and repeated) to fill in missing columns. This could result in corrupted data for certain nodes. In these cases, consider using getTableColumns instead.

Value

matrix node table

See Also

getTableColumns


cytoscape/r2cytoscape documentation built on May 4, 2019, 6:36 p.m.