thpar / diffany

Diffany is an open-source toolbox for calculating and visualizing differential networks.
7 stars 2 forks source link

More general 1-1 node mapping #86

Open diffany-admin opened 9 years ago

diffany-admin commented 9 years ago

Issue by svlandeg Tue Jan 28 10:55:37 2014


Make a more general 1-1 node mapping scheme. Now, often we rely on the node names, both in the algorithms as well as the cytoscape code. Work with unique IDs instead!

diffany-admin commented 9 years ago

Comment by svlandeg Tue Jan 28 11:16:22 2014


At the same time, create NodeIO to handle more general cases

diffany-admin commented 9 years ago

Comment by svlandeg Tue Jan 28 11:25:05 2014


Remove the Network constructor with default nodemapper, require this to be defined by external classes!