You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nodes should be shaped and colored by their BEL function.
For example if a node is labelled p(HGNC:AKT1) then its BEL function is proteinAbundance. A proteinAbundance node should be colored rgb(100,255,255) and shaped as a roundrectangle.
If an edge has the relationship directlyDecreases then it should be a thicker line and have a circle terminator on the node target end.
Nodes should be shaped and colored by their BEL function.
For example if a node is labelled
p(HGNC:AKT1)
then its BEL function is proteinAbundance. A proteinAbundance node should be coloredrgb(100,255,255)
and shaped as aroundrectangle
.If an edge has the relationship
directlyDecreases
then it should be a thicker line and have a circle terminator on the node target end.Screenshot from Cytoscape (OpenBEL/kam-nav)
I exported the KAM Visualization style used in Cytoscape as cytoscape.js style JSON. It is attached in this gist.
The text was updated successfully, but these errors were encountered: