Go to Google Groups Home    cytoscape-helpdesk
Re: [cytoscape-helpdesk] Import multiple networks from tables

Dariel Ashton-Beaucage <darie...@gmail.com>

Hi Ravid,
I've been having similar problems. My solution to this was to change the
node IDs in the source file so that they don't match the IDs in the other
networks.
Hope this helps,
Dariel
_____________________________
Dariel Ashton-Beaucage
IRIC - Université de Montréal
(514) 343-6111 ext.8092
d.ashton-beauc...@umontreal.ca

On Tue, Jun 16, 2009 at 8:52 AM, Ravid <ravid....@gmail.com> wrote:

> Hello,

> I use the "Import network from table" option to import different
> networks (they all have the same nodes but each has different edge
> attributes).

> The first network loads fine. The problem is that after I load another
> network, all the previous ones get "refreshed" and get the same
> attributes for the edges as the last one!
> It's really strange...
> It doesn't matter whether I import the networks one by one or choose
> multiple files in the import windows - at the end all the imported
> networks will be the same...

> By the way, the format I'm importing is really simple:
> node A   node B   weight

> Thanks,