Entering edit mode
11.4 years ago
ftp
▴
140
I have a data set that looks like this
gene1 gene3 2.3
gene1 gene5 4.3
gene2 gene6 1
...
...
I import this network to cytoscape ( File > Import > Network from Table (Text/MS Excel)) with the last column as edge attribute. Is their a way to visualize this network such that the size of the node is correlated to the edge weight?
thanks