I'm new to cytoscape. I want to make the width of edges in my network according to a certain number.
my file looks like this:
node1 node2 34.04
node3 node2 56.89
node4 node5 8.09
node1 node4 10.54
when I import my network file I choose column 3 to be the "interactions". Then the number in column 3 ends up in a string column, and can't be used to make a continuous mapping. When I import the same table as node attributes I am still only able to get it in to a string column.
I have tried to look in the manual and googled a lot - but I seem to be the only one having this problem. How do I solve it? Thanks