cw <- new.CytoscapeWindow ('setNodeBorderWidthDirect.test', graph=makeSimpleGraph())
displayGraph (cw)
redraw (cw)
layoutNetwork(cw, 'jgraph-spring')
setNodeBorderWidthDirect (cw, 'A', 10)
redraw (cw)
Run the code above in your browser using DataLab