Indeed, you can not change the Node ID from within the application via the
user interface. You can, however, change the ID programmatically:
Cytoscape.getCyNode("old_id", false).setIdentifier("new_id");
I suspect you are not programming, though, and want a way to do this as a
user. Here is one workaround:
Go to the "Editor" tab in the left panel and then double-click in the
network window. You can now type any ID you want, press enter, and a node
will be created with that ID.
-Alex
On 10/20/09 8:41 AM, "
michael...@non.agilent.com"