Description Usage Arguments Value
View source: R/biopaxToCytoscape.R
Gets a table with the positions of all the nodes.
1 | getNodePositionTable(nodeTable, attval, attname, w)
|
nodeTable |
The table of nodes |
attval |
Used to get positions of a subset of nodes. Ex: if the attname is cellularLocation, and the attval is cell_membrane, the nodes with the cellularLocation attribute set to cell_membrane would be returned. |
attname |
The name of the attribute to filter the nodes by |
w |
The cytoscape window connection object. |
data table with three columns: node id, x position, y postion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.