Using OpenWorm Resources

This page describes content that has been created by the project for use by the public. Currently we make simulation engines, visualization environments, and data sets available.

For Biologists

Our website contains an additional list of resources that are useful to biologists in particular.

Simulation engines

Geppetto

Geppetto is a generic multi-algorithm integration platform written in Java and HTML5 by Cantarelli, Idili, Martinez and Khayrulin whose goal is to enable the world to play with simulations via their web browser, dramatically reducing the barrier to entry. We are currently working to port the functionality in Sibernetic into Geppetto, which would transform the experience of seeing the model from looking at a YouTube video to being able to play and interact with the model in 3D.

image

More information on running Geppetto is available online.

The project page for Geppetto has information about getting involved in its development with OpenWorm.

Sibernetic

Sibernetic is the code base that currently implements the crawling model. Sibernetic is a C++ / Python code base by Palyanov, Khayrulin and Vella that has been created expressly for the purpose of doing research and building the model quickly.

image

More information on running Sibernetic is available online.

The project page for Sibernetic has information about getting involved with its development.

Connectome Engine and Lego Mindstorms robot

To start getting some practical experience playing with dynamics that come from the connectome, we have simplified it into a project called the 'connectome engine' and integrated its dynamics into a Lego Mindstorms EV3 robot. You can see a movie of this in action.

image

More information is available at [http://www.connectomeengine.org]

CyberElegans

When we first started, our team in Novosibirsk had produced an awesome prototype of a neuromechanical c. elegans model which they called 'CyberElegans'. We recently published an article about it. If you watch the movie that goes along with the prototype, you can see the basic components of the loop above in action:

CyberElegans with muscle cells

Here muscle cells cause the motion of the body of the worm along the surface of its environment.

Inside the CyberElegans model

Inside the worm, motor neurons are responsible for activating the muscles, which them makes the worms move. The blue portions of the loop diagram above are those aspects that are covered by the initial prototype. We are now in the process of both adding in the missing portions of the loop, as well as making the existing portions more biologically realistic, and making the software platform they are operating on more scalable.

You can download the binary for the CyberElegans (Windows only)

This code base is not currently in active development.

Visualization Environments

Connectome Browser

The Connectome browser, created by the team at the Open Source Brain, is a way to explore the NeuroML connectome produced by the project. You can investigate the current settings of the dynamics of each neuron, and by clicking "selection mode" you can click on individual neurons to see their synaptic partners in 3D. This is built from the Virtual Worm Blender files

Connectome browser

WormBrowser (HTML5 and iOS)

Explore the c. elegans in 3D! The WormBrowser is an interactive virtual experience of browsing the C. elegans worm anatomy. This is built from the Virtual Worm Blender files

WormBrowser

Source code for the web version and an iOS version are available online. We don't currently have active development happening with either, but if you are interested in helping with the iOS code base, here's a walkthrough of how to get started with the codebase.

Data sets

PyOpenWorm

A straightforward Python API for accessing information about C. elegans is available at PyOpenWorm. This API consolidates information from our various publicly accessible archive of data sets that we have come across and adapted on Google Drive.

C. elegans NeuroML model in NeuroConstruct

The NeuroML conversion of the Virtual Worm Blender files has been imported into a neuroConstruct project. This page provides instructions for obtaining the latest version of neuroConstruct, getting the latest CElegans project and generating/visualizing the cells and connections.

CElegansnC

More information about working with the data within it and other data entities can be found on the data representation project page \<data-rep>.