The software projects detailed below were originally developed to support my own research endeavours. I’ve since packaged them for public distribution in order to ensure that my results remain reproducible and to facilitate new avenues for future research. I don’t actively promote any of these, but if you have any questions or there are any additional features you’d like to see, please don’t hesitate to contact me via github!

FlyQMA

A python framework for automated mosaic analysis of Drosophila imaginal discs. Facilitates high-throughput segmentation, bleedthrough correction, and annotation of raw microscope images in order to accelerate experimental pipelines while increasing reproducibility.

See the Fly-QMA page for more info.

Use cases:
• Comparing Pnt-GFP expression between yan clones (Figure 4)


FlyEye Analysis

A python platform for analyzing gene expression measurements obtained using FlyEye Silhouette. The main purpose of this package is to infer aggregate dynamic behavior by assigning a developmental age to each segmented nucleus using the approach described in our upcoming paper. The package also provides various spatial analysis, model fitting, and visualization methods useful for analyzing Silhouette data.

See the FlyEye Analysis page for more info.

Use cases:
• Measuring Pnt-to-Yan ratio dynamics during retinal patterning (Several figures)
• Measuring the effect of miR-7 on Yan expression dynamics (Figure 5)


TF Binding

A python package for simulating the statistical mechanics of cooperative binding events between transcription factors and their target promoters. A recursive, cython-based implementation enables large-scale and highly parallelized enumeration of all possible microstates that would otherwise be computationally intractable.

Check out the repo for more info.

Use cases:
• Exploring Pnt/Yan competition for shared ETS binding sites (Figure 3)


Gene SSA

A python framework for exact stochastic simulation of Markov processes, with a particular emphasis on gene regulatory networks. Leverages a cython backend to simulate large networks faster and more efficiently than all other open source tools I’ve come across.

Check out the repo for more info.

Use cases:
• Surveying the influence of metabolism on GRN perturbation sensitivity (Figure 4)
• Predicting Yan expression dynamics under miR-7 ablation (Figure 5)