Replies: 1 comment 2 replies
-
@keiono, any thoughts on reproducing your script? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I came across this cool example: https://github.com/idekerlab/cy-rest-R (specifically this script)
I'm attempting to reproduce it in a web project using cytoscape.js but am running into a few issues.
It looks like the above example uses a layout called: "kamada-kawai"
What I've tried:
Should I be able to fully reproduce this example (or any cytoscape R output for that matter) using cytoscape.js?
Sorry to just drop a github repo asking for help, but I feel the above example's styling and setup is straight forward; and I'm getting to the point where I'm thinking it's not possible to reproduce using only cystoscape.js.
Thanks in advance for any help!
Edit:
I figured it out. Mostly came down to a lack of graph knowledge. I used ended up using a separate library to generate the kamada-kawai coordinates. Then tweaked the style to my liking.
Beta Was this translation helpful? Give feedback.
All reactions