A lightweight perturbation-response predictor that operates on screen-level summary statistics, matching virtual-cell models while training in seconds.
Rhaister is a perturbation-response predictor that deliberately steps back from the "virtual cell" paradigm. Instead of simulating single-cell responses to a drug or genetic perturbation, it operates directly on the summary statistics that standard single-cell analysis pipelines already produce: per-gene log2 fold change, Mann-Whitney U-test p-values, and expression deltas. From these aggregated observations, Rhaister predicts how a cellular context will respond to perturbations that were never measured in that context.
The central claim of the work is that these observed statistics are sufficient to predict drug responses — that much of the accuracy attributed to large neural virtual-cell models can be recovered by carefully modeling the summary statistics themselves. By measuring only a handful of perturbations in a new biological context, Rhaister infers the unmeasured perturbations by learning how response patterns vary across a reference panel of contexts. The model trains in seconds and predicts in milliseconds, making it compatible with rapid, iterative, and agentic screening workflows.
Rhaister was introduced in a June 2026 bioRxiv preprint, "Back to basics: Observed statistics are sufficient to predict drug responses," by Valentine Svensson, Umair Khan, Hamed Heydari, Airol A. Ubas, Nicole Thomas, Daniele Merico, Hani Goodarzi, John Yu, Nima Alidoust, and Shreshth Gandhi at Tahoe Therapeutics. It sits alongside the company's Tahoe-100M perturbation atlas and the Tahoe-x1 foundation models, but takes an intentionally minimal, statistics-first approach to the same prediction problem.
Rhaister is a compact, statistics-first model rather than a deep network. Its few-shot form couples additive alternating least squares (separating baseline context effects from perturbation effects) with drug ridge regression, then a lightweight MLP for p-value calibration; the zero-shot Rhaister-O uses the form y(c*, p, g) = β(p,g) + γ(p,g) · x(c*,g), where x is baseline pseudobulk expression. It is trained and evaluated across Tahoe-100M (50 cell lines, 384 drugs at 3 doses), Parse PBMC (12 donors × 18 cell types, 90 cytokines), Replogle-Nadig (4 cell lines, ~2,023 CRISPR knockdowns), and phenotypic growth-rate data from Emerald Bay and PRISM. On few-shot transcriptional prediction it reaches a Pearson delta of 0.87 and Spearman LFC of 0.81 on Tahoe-100M, with lower but positive scores on the harder Parse PBMC and Replogle-Nadig benchmarks; zero-shot Rhaister-O reaches Pearson delta 0.63 on Tahoe-100M, and drug-sensitivity prediction reaches R² of 0.87 on PRISM. Across these benchmarks the approach matches or surpasses the leading virtual-cell model, STATE, and its accuracy scales with the diversity of the reference data.
Rhaister targets computational biologists and drug-discovery teams who run perturbation screens and want to extrapolate beyond the conditions they can afford to measure. Given a few observed perturbations in a new cell line, tissue, or donor, it predicts the response to the rest of a compound or genetic panel, prioritizing candidates for follow-up. Its speed and reliance on standard pipeline outputs make it well suited to interactive analysis and automated, agent-driven screening loops, where a heavyweight virtual-cell model would be impractical.
Rhaister is a pointed counterargument in the virtual-cell debate: it shows that a simple model built on observed summary statistics can match or exceed far more expensive neural simulators on the field's standard transcriptional benchmarks, sometimes saturating the metrics on data-rich atlases like Tahoe-100M. By releasing the code and datasets under Apache-2.0, Tahoe Therapeutics offers both a strong, cheap baseline that future perturbation models must beat and a reminder that careful use of existing statistics can rival end-to-end learning. As a 2026 preprint, its results await peer review and independent benchmarking, and its accuracy depends on having a sufficiently diverse reference panel.
Svensson, V., et al. (2026) Back to basics: Observed statistics are sufficient to predict drug responses. openRxiv.
DOI: 10.64898/2026.06.09.731197Papers that recently cited this model.
The most-cited papers that cite this model.
Not enough data