Is there a way to specify edge attributes (such as colour of an edge)
in a SIF file? For example, I have the a binary matrix of following
format (representing a gene network)(tab delimited file)
GeneA GeneB S Category1 Category2 Category3
sifA transA 1 1 0 1
tom2 ypd3A 2 1 1 0
tom3 ypd3A 3 0 1 0
rah3 gatA 3 0 1 0
...
...and I've created a perl script that converts the above matrix to a
sif format file as follows:
sifA Category1 transA
sifA Category3 transA
tom2 Category1 ypd3A
tom2 Category2 ypd3A
...
However, I would like to add additional attributes to these edges, in
particular, colour all edges with a value of 3 in the "S column" with
the colour red, all the ones with S value of 2 with colour green...etc.
Any ideas?
R.Jo
R.
THanks again,
R
Thanks,
R