Worm-graph is a Shiny app that lets you explore the C. elegans connectome with regular expressions. Data used is from PIT Bioinformatics group at braingraph.org.
To run worm-graph, you will need the following:
- R
- tidyverse
- ggnet2
You should be able to run the app with shiny::runGitHub("worm-graph", "pknight24")
from any R console.