cannin / causalpath_cytoscape_app

Apache License 2.0
6 stars 5 forks source link

Create View for the Network file #13

Open thepritam opened 3 years ago

thepritam commented 3 years ago

@cannin @ozgunbabur there is a link associated with each node in the sif file. what will be its function in the visualization?

thepritam commented 3 years ago

Also, I have started working on it to create the visualization, I am able to create a sample grid view for the network. I will try to do apply a different style to each node.

thepritam commented 3 years ago

@cannin @ozgunbabur I have successfully visualized the network file and able to apply the style to it. The style file which I have used is a static file that has to be dynamic for our case.
I am attaching a sample view of the network. I have some queries regarding the layout algorithm. I have used a layout grid network for our case. Visualization

Thanks, @thepritam

cannin commented 3 years ago

@thepritam visualize the style information on the nodes. Here I try to explain the columns and give examples of all the possibilities in the .format file.

https://gist.github.com/cannin/8f9e3e8792ac211a559dfa352c8719b0

cannin commented 3 years ago

@thepritam Use the edge colors represented in the "Relations" section

Screen Shot 2021-06-30 at 9 27 07 AM
cannin commented 3 years ago

Use these colors for red and green edges (lines between nodes) for now

Green: HEX: 2ca22c RGB: 44 162 44 Red: HEX: e31a1c RGB: 227 26 28

cannin commented 3 years ago

@thepritam other example vizmap files: