Skip to content

Instantly share code, notes, and snippets.

@PeterMcCluskey
PeterMcCluskey / ViewWormBehaviorData.py
Created September 2, 2013 23:25
Generate graphs from worm behavior data.
# -*- coding: utf-8 -*-
import sys, re
import h5py
import matplotlib.pyplot as plotter
# This script takes a local filename of a file that was downloaded from the
# C. elegans behavioural database and writes a wormbehavior.html file in
# the current directory with links to .png files that plot the datasets
@PeterMcCluskey
PeterMcCluskey / gist:7609045
Created November 23, 2013 00:12
changes to go in CElegansNeuroML/CElegans/pythonScripts
test