Research

Selected work in probabilistic machine learning, single-cell genomics, evolutionary dynamics, and experimental biophysics.

My research asks how to extract reliable biological understanding from imperfect measurements. I develop models, test their assumptions against data, and build reusable software around the resulting analyses.

Measuring fitness with uncertainty

Bayesian inference · DNA barcode assays · PLoS Computational Biology, 2024

How confidently can we distinguish the fitness of cellular lineages in a pooled competition experiment? Barcode counts offer a powerful readout, but biological and measurement noise complicate their interpretation.

I developed a Bayesian framework for relative fitness inference and implemented it in BarBay.jl. The framework propagates uncertainty and uses variational inference to make analysis practical across many barcodes. Extensions handle multiple environments, experimental replicates, and barcodes linked to the same genotype.

From pooled growth and DNA barcode sequencing to a probabilistic model of lineage fitness. The model carries uncertainty through the analysis rather than treating observed counts as exact.

Validation and use. Simulated assays provide known fitness values against which to assess inference. Posterior predictive checks test whether the fitted model can reproduce observed trajectories. The resulting estimates and uncertainty intervals support comparisons between lineages, with the analysis and figure-generation code available for inspection.

Paper · Reproducible analysis · BarBay documentation

Learning the geometry of evolutionary landscapes

Representation learning · Evolutionary dynamics · PRX Life, 2026

Can fitness measurements across environments reveal the biological structure underlying adaptation? I used geometry-aware variational autoencoders to study the relationship between high-dimensional fitness profiles and lower-dimensional phenotype spaces.

The work connects a model of evolutionary dynamics with representation learning, then applies the approach to antibiotic-resistance measurements in E. coli. Learning the geometry alongside the embedding gives a way to interpret distances in the latent representation.

The geometric autoencoder workflow: an encoder maps fitness profiles into a latent space, a metric network learns its geometry, and a decoder reconstructs the measurements.

Validation and result. I evaluated the approach on simulated dynamics with known phenotypic structure and on experimental antibiotic-response data, comparing nonlinear representations with linear dimensionality reduction. The study showed improved prediction of held-out antibiotic responses relative to linear approaches in the dataset studied.

Published paper · Paper and analysis · Code

Reliable inference from single-cell RNA sequencing

SCRIBE · Probabilistic modeling · Publication in preparation

Single-cell measurements combine biological variation with technical noise. How that noise is modeled affects what we can conclude about differences between cells.

I am developing SCRIBE, a framework for single-cell RNA-seq analysis that explicitly accounts for measurement noise and uncertainty. Its capabilities include GPU-accelerated Bayesian inference, variational inference and MCMC, and models that address variability in measurement and capture efficiency. It is implemented in Python using JAX and NumPyro.

The aim is to make rigorous inference practical for high-dimensional biological data while keeping model assumptions interpretable.

SCRIBE is under active development, and a publication is being prepared. The source code is currently private.

Software overview · Contact me

Predicting and measuring gene regulation

Statistical physics · Information theory · Experimental biophysics

During my PhD at Caltech, I studied how genetic circuits sense environmental signals and produce cellular responses. I combined biophysical modeling with fluorescence microscopy experiments to test predictions about gene regulation.

Information processing in a genetic circuit (2020). I developed a model of gene-expression distributions and used independently constrained parameters to predict the information a circuit can transmit. Comparison with single-cell measurements connected molecular mechanisms to the variability of cellular responses.

Biophysical predictions and experimental measurements of information processing in a genetic circuit.

Paper · Analysis and data · Code

Allosteric regulation (2018). With collaborators, I developed and experimentally tested a predictive model connecting the properties of allosteric transcription factors to gene expression. This work grounds my computational approach in how biological measurements are actually made.

Paper · Project website · Code