getNodeViewTable: Get node view table

Description Usage Arguments Value

View source: R/getNodeviewTable.R

Description

Get node view information from cytoscape, get the node view table - x and y positions

Usage

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

Arguments

network

name or suid of the network; default is "current" network

network.viewid

suid of the network view that you want to get the info for; default is "current" network view

base.url

cyrest base url for communicating with cytoscape

Value

matrix nodeview parameters x-position, y-position, selected


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