arXiv · q-bio.NCConceptual★ flagship
People make the same weird category-guessing mistake even when nobody ever told them the right answer.
When we learn to sort things into categories—say, which symptoms point to which disease—we pick up a strange bias called the inverse base-rate effect: faced with an ambiguous case, we lean toward the rarer category even though the common one is statistically the safer bet. The leading explanations blame 'prediction error'—the jolt you get when your guess turns out wrong—as the thing that trains this bias into us. This study tests that idea by stripping the error signal away in stages: first people just watch examples instead of guessing, then they see examples with no category labels at all, so there's nothing to be 'wrong' about. The bias stubbornly stayed put, meaning it can't be caused by learning-from-mistakes alone. The authors offer a new model, OSCAR, in which your brain generates its own feedback by filling in missing pieces (pattern completion), which reproduces the bias even without any teacher.
Technical view
The paper decomposes the inverse base-rate effect (IBRE) by systematically removing supervised error signals across two experiments—transitioning from predictive to observational and finally unsupervised (unlabeled) learning paradigms—and shows the bias persists in all three, falsifying accounts that require prediction-error-driven learning. It introduces OSCAR, a model integrating computational principles from the best-validated IBRE accounts but operating on self-generated feedback analogous to pattern completion rather than externally supplied labels. OSCAR is validated against a large preexisting supervised dataset plus the two new datasets, extending the response-bias learning dynamics to observational and unsupervised regimes. A practitioner could reimplement OSCAR to model attentional/associative dynamics under label-free conditions and test its pattern-completion mechanism against attention-shifting alternatives (e.g., EXIT-style models) on their own categorization data.
arXiv · q-bio.PEConceptual
A dead-simple evolutionary rule pushes cooperation all the way to the best possible outcome, every time.
In situations like the Prisoner's Dilemma, where cooperating helps everyone but defecting helps you individually, evolutionary theory has long studied 'direct reciprocity'—strategies where you remember and respond to what someone did last time, like tit-for-tat. This paper finds a surprisingly simple evolutionary process—random mutation of strategies plus a basic rule for which strategies spread based on how well they perform—that reliably leads populations not just to cooperate, but to reach the maximum possible payoff achievable in these dilemmas. The key ingredients are mutations that explore strategies near the edges of what's possible, and a 'pairwise comparison' process where one individual adopts another's strategy with a probability tied to performance, tuned by a parameter for selection strength. The striking finding is this works across several classic social dilemma games (Prisoner's Dilemma, Snowdrift, and others), suggesting a general, simple recipe by which evolution can find the best cooperative outcomes, not just settle for 'good enough.'
Technical view
The authors study evolutionary dynamics of repeated-game strategies (direct reciprocity) under mutation-selection processes with pairwise comparison, examining large population size and intermediate-to-high mutation rate/intensity-of-selection regimes. They show this simple process consistently evolves communities of strategies that achieve the maximum attainable payoff across multiple social dilemmas (Prisoner's Dilemma, Snowdrift, and others tested), a stronger and more general result than prior findings that reciprocity merely favors cooperation over defection. Mechanistically, mutation sampling strategies near the boundary of strategy space appears critical—likely enabling exploration of extremal (near-deterministic) reciprocal strategies that sustain optimal cooperation. This provides a tractable dynamical model, amenable to simulation or analytical treatment via stochastic evolutionary game theory, for researchers studying when reciprocity-based cooperation converges to Pareto-optimal rather than merely stable outcomes.
arXiv · cs.CLRunnable
Can a chatbot figure out exactly where an antibody grabs onto a virus, just from the sequence?
Antibodies work by latching onto a specific spot on a target molecule (like a virus protein)—that spot is called the 'epitope'—and where exactly that happens determines whether the antibody actually blocks the virus and whether the virus can easily mutate to escape it. This paper asks whether large language models (AI systems like the ones behind chatbots) can figure out epitope information just by reading antibody and antigen sequences, without any extra structural data like 3D shapes. To test this fairly, the authors built EpiBench, a benchmark of over 1,600 curated examples grounded in real, experimentally measured antibody-antigen contacts, so answers can be automatically scored right or wrong. This matters because if AI models can reliably reason about epitopes from sequence alone, it could dramatically speed up early-stage antibody drug design, which currently leans heavily on expensive lab experiments and structural biology.
Technical view
EpiBench is a closed-book, sequence-only, automatically-scorable benchmark of 1,609 samples derived from structurally-resolved antibody-antigen contact maps, designed to probe whether LLMs can perform epitope-centered reasoning tasks relevant to the antibody drug development workflow beyond what existing isolated-task epitope predictors or generic protein benchmarks cover. The benchmark's grounding in structural contacts allows objective scoring without requiring the model to access structure at inference time, isolating whether sequence-level pretraining captures implicit epitope-relevant signal. Practitioners can use EpiBench directly to evaluate proprietary or open LLMs (via prompting or fine-tuning) on epitope reasoning, and the curated sample set could seed further fine-tuning datasets or serve as a leaderboard for antibody-focused foundation models. Exact task splits and scoring metrics would need to be pulled from the full paper for precise replication.
arXiv · q-bio.NCRunnable
A neural net given zero labels quietly reinvents the categories of the data anyway, layer by layer.
Deep Belief Networks are an older style of AI model that learns to recognize patterns in data (like handwritten digits) purely by trying to reconstruct that data, without ever being told the correct labels ('this is a 3,' 'this is a 7'). This study asks whether, despite never seeing labels, the network's internal representations naturally organize to match the true hidden categories anyway—essentially discovering the classes on its own as a byproduct of trying to compress and rebuild the data. Using several measures of how cleanly different classes cluster together internally, tested across three different image datasets, the researchers find this class-like organization consistently gets stronger in deeper layers of the network. Careful control experiments rule out simpler explanations, like it just being a mathematical artifact, suggesting something genuine about how unsupervised learning shapes structure is going on—relevant to understanding how AI systems build useful internal 'concepts' without explicit supervision.
Technical view
The authors train Deep Belief Networks (stacked RBMs) unsupervised on MNIST, Fashion-MNIST, and KMNIST, then probe successive hidden layers using the Generalized Discrimination Value (GDV, a label-aware clustering-quality metric), post-hoc supervised linear probes, a reconstruction-based abstraction-distance measure, effective dimensionality estimates, and free unconditional sample generation. They find class-specific clustering in representation space increases with depth across datasets and network widths, despite no label signal during training, and show via controls (random transformations, weight-marginal shuffles, generic dimensionality reduction, sigmoid-saturation checks) that this isn't an artifact of the analysis pipeline. This supports the hypothesis that DBNs' generative/reconstructive objective implicitly performs class-relevant feature disentanglement as a function of depth, analogous to findings in supervised deep nets but emerging purely from unsupervised pretraining. Practitioners could replicate this with standard DBN/RBM stacks and the GDV metric to probe whether other unsupervised architectures (VAEs, unsupervised transformers) show similar depth-driven class emergence.
arXiv · q-bio.NCBuildable
Do separately trained AI networks secretly evolve the same internal wiring, like species evolving wings?
This asks whether neural networks, when trained on the exact same task but starting from different random settings, end up building similar internal structures — the way unrelated animals like birds and bats both evolved wings because flight demands similar solutions. The tricky part is that you can't just compare two networks' numbers directly, because their internal 'neurons' can be shuffled around without changing what the network actually does, the same way renumbering employees doesn't change how a company runs. The researchers solve this by first roughly lining up matching neurons between two networks, then fine-tuning that alignment with a puzzle-solving algorithm that finds the best neuron-to-neuron pairing. Once aligned, they measure how structurally similar the two networks really are. This matters because it hints at whether there's a 'natural' shape that good solutions take, which could help us understand and predict how AI models learn.
Technical view
The authors propose a permutation-invariant framework for comparing multilayer perceptron weight spaces: hidden units are first coarsely aligned via permutation-invariant features, then refined through iterative Hungarian (bipartite) matching to resolve the neuron-relabeling symmetry inherent to MLPs. Post-alignment, structural distance metrics emphasizing task-relevant weight patterns quantify similarity between independently initialized networks trained on identical tasks. The core claim is evidence for structural convergence — analogous to convergent evolution — beyond mere functional equivalence. Practitioners could adapt the alignment procedure for model merging, weight interpolation, or cross-model interpretability comparisons.
arXiv · cs.LGBuildable
A time-stamped biology database lets you predict which drug candidates will actually survive clinical trials.
Roughly half of drugs that fail in mid-stage trials fail because the underlying science linking a drug's target to a disease wasn't solid enough — but the only fair way to judge that link is with the evidence that existed at the moment the drug entered trials, not evidence that arrived later with hindsight. Existing biology databases don't let you rewind to see 'what we knew back then,' so the researchers built one that does: a massive web of over 100,000 biological entities connected by 11 million relationships, each one tagged with the year its supporting evidence changed. Using this time-aware map, they built a test that predicts, using only information available at the time, whether a drug program will successfully advance past an early trial phase. This matters because it could help pharmaceutical companies and investors bet on the most promising treatments earlier and more accurately.
Technical view
THBKG is a temporal heterogeneous biomedical knowledge graph with 110,396 entities and 11.1M edges across nineteen relation types, each edge timestamped with the year its supporting evidence changed, enabling reconstruction of a target-disease pair's evidence profile as it stood at any historical decision point. On top of this, the authors define a decision-aligned benchmark predicting Phase II advancement for target-disease pairs using only evidence available at the time of entry, avoiding the temporal leakage that plagues static knowledge graphs. This enables practitioners to train and validate advancement-prediction models under realistic, look-ahead-free conditions, and the graph itself could serve as a general resource for other temporally-sensitive biomedical prediction tasks.
arXiv · q-bio.NCConceptual
Your brain's electrical patterns are surprisingly consistent over time — until aging or disease throws them off.
Even when you're doing the same mental task repeatedly, the brain's electrical activity (measured by EEG, sensors on the scalp) never looks exactly the same twice — but the question is whether it's still reusing recognizable patterns rather than just being random noise. The researchers treat short windows of brain activity as statistical 'clouds' and measure how far apart these clouds are over time using a mathematical distance measure, plus a separate measure of how complex or rich each pattern is. Across healthy people of different ages and patients with neurological conditions, they find that brain patterns are neither perfectly stable nor totally random — they're constrained in ways that depend on what the brain is doing. Interestingly, richer, more complex patterns tend to be less consistent over time. This matters because it could give doctors a new marker for tracking brain aging or diagnosing neurodegenerative disease from routine EEG recordings.
Technical view
The authors model EEG activity as distributions of windowed activity patterns, quantifying temporal stability via Wasserstein distance and representational complexity via intrinsic dimensionality, applied across multi-task, lifespan, and clinical EEG datasets. Key finding: neural representations exhibit constrained, condition-specific stability rather than unconstrained drift, and higher intrinsic dimensionality consistently correlates with lower stability. Both metrics show reproducible spatial topography, with posterior regions showing higher dimensionality and lower stability than other regions. This framework offers a principled, distribution-based alternative to traditional EEG biomarkers, potentially replicable on any windowed EEG dataset for aging or neurodegenerative disease screening.
arXiv · q-bio.QMBuildable
A smarter training trick helps AI learn the hidden equations behind messy, noisy real-world data.
Neural ODEs and 'universal differential equations' are AI methods that try to learn the underlying mathematical rules governing how something changes over time — like population growth or chemical reactions — directly from noisy, incomplete measurements. The problem is that training these models is notoriously fussy and often fails on messy real data. The researchers' fix, called curriculum multiple shooting, combines two ideas: 'curriculum learning,' where the model is gradually eased from easy to hard examples, and 'multiple shooting,' where a long, hard-to-fit time trajectory is broken into shorter, easier-to-fit chunks that are later stitched together. Tested on twelve different benchmarks, this approach trains faster, more reliably, and generalizes better than existing methods. This matters because reliably learning equations from data could speed up scientific discovery in fields from ecology to engineering.
Technical view
Curriculum multiple shooting (CMS) is a general-purpose training strategy for fitting NODEs, UDEs, and mechanistic ODE models to noisy, sparse, or partially-observed time-series by combining curriculum learning (progressively increasing training difficulty) with multiple shooting (splitting long trajectories into shorter segments fit in parallel and later reconciled). Across twelve benchmarks spanning simulated and real data, CMS accelerates convergence, improves training stability, and ranks among the top methods for generalization compared to state-of-the-art training strategies. Practitioners fitting dynamical systems models to real experimental data could adopt CMS as a drop-in training routine to reduce optimization failures without changing model architecture.
arXiv · stat.MEConceptual
MRI-based math can tell if a brain tumor is truly regrowing or just faking it after treatment.
After radiation and chemotherapy for glioblastoma (an aggressive brain tumor), a new bright spot on MRI could mean the tumor is actually growing back, or it could be harmless treatment-related swelling that looks identical on a standard scan — yet doctors need to tell these apart because the right response is completely different. The researchers used a more advanced type of MRI that tracks how a contrast dye flows into tissue over time, feeding voxel-by-voxel (each tiny 3D pixel) measurements into a physics-based model of blood flow, then combined those imaging features with a genetic marker (MGMT status) and machine learning to classify each case. In 82 patients, this combined approach helped distinguish true tumor progression from the false alarm. This matters because getting this call right spares patients unnecessary treatment or catches real relapse sooner.
Technical view
The study applies a parsimonious voxel-wise pharmacokinetic model to dynamic contrast-enhanced (DCE) MRI in 82 IDH-wildtype GBM patients with new post-chemoradiotherapy enhancing lesions (53 true progression, 29 pseudo-progression, confirmed via histopathology or modified RANO criteria), extracting radiomic features and combining them with MGMT methylation status in a machine learning classifier. The approach targets discrimination between true progression and pseudoprogression, a distinction conventional contrast-enhanced MRI cannot reliably make. This demonstrates that physiologically-grounded, voxel-wise DCE-MRI features plus a single molecular biomarker can be fused into a practical classifier, a pipeline replicable at other centers with DCE-MRI acquisition and MGMT testing capability.
arXiv · q-bio.QMBuildable
A cheap, comfy belt sensor reads your breathing to flag stress, no wires or bulky gear needed.
Breathing patterns reveal a lot about stress and physical state, but tracking them outside a lab is hard because any wearable device has to sense tiny movements of your belly while staying comfortable, running on very little battery, and still working whether you're sitting, standing, or moving around. The researchers built a simple sensor system: a pressure-sensitive material (a force-sensitive resistor) sewn into an abdominal belt, paired with a small custom circuit board that sends data wirelessly over Bluetooth. A clever mechanical design transfers the stretch of your belly directly to the sensor without needing extra electronics to boost the signal, keeping the whole thing simple and low-power. They tested it across different breathing styles and body positions and found it reliably picked up consistent breathing signals. This matters because affordable, comfortable respiratory tracking could enable everyday stress monitoring outside hospitals or labs.
Technical view
The system pairs a force-sensitive resistor (FSR) embedded in an abdominal belt with a custom Bluetooth Low Energy acquisition board, using a mechanical holder to mechanically couple abdominal expansion to the sensor and avoid analog amplification circuitry, minimizing power draw and component complexity. The sensing pipeline was validated across multiple breathing patterns and body positions, showing consistent amplitude changes and reproducible peak-to-peak timing across breaths. This is a low-cost, low-power hardware reference design that practitioners could replicate or extend with an FSR, BLE microcontroller, and a 3D-printed or sewn mechanical coupler for continuous ambulatory respiratory monitoring.
arXiv · stat.MEConceptual
We don't just underweight how rare something is — we also underweight how rare the clue is.
'Base-rate neglect' is the classic finding that people ignore how common something is overall when making judgments — for example, underestimating that a rare disease is rare even after a positive test. This paper argues that's only half the story: there's a second, separate number people also get wrong, which is how common the clue or cue itself is, not just the thing it's predicting. The researchers show these are two independent mistakes — someone can screw up one without screwing up the other — and they build a single mathematical (Bayesian, meaning probability-based) formula with two separate 'weight' terms to capture both errors at once. Whether you can even detect the second error depends on how the test is designed: a simple yes/no test hides it, while asking people for graded confidence ratings reveals it. This matters because it reframes decades of research on judgment errors and could change how we test and correct people's reasoning about evidence.
Technical view
The paper formalizes base-rate neglect and the previously separate 'cue-density effect' from contingency learning as two independent under-corrections within a single Bayesian updating equation, each represented by its own weight term — one for the outcome prior, one for cue frequency. It shows the cue-frequency weight is only identifiable in graded-rating tasks, since two-alternative forced-choice designs mathematically cancel it out, explaining why it went undetected in prior two-choice paradigms. At the parameter extremes, the framework recovers classical quantities including signal-detection-theoretic base-rate neglect. Researchers designing judgment/decision-making experiments could use this dual-weight model to jointly estimate and dissociate both bias types from graded-response data rather than assuming a single scalar bias.
arXiv · q-bio.NCConceptual
A mild electrical zap on the spine scrambles your sense of ankle position and stiffens how you walk.
Transcutaneous spinal cord stimulation (tSCS) is a non-invasive technique that sends electrical current through the skin to activate nerve circuits in the spinal cord, mainly the sensory nerves feeding information back to the brain. Prior research focused on whether tSCS improves walking ability and spinal nerve responsiveness, but this study instead asks whether it disrupts your conscious sense of where your ankle is in space (proprioception), and whether that disruption shows up in how you actually walk. In 14 healthy adults given stimulation plus proprioceptive training, compared to 14 controls given the same training without stimulation, the researchers measured ankle position sense with a robotic testing device, muscle strength, and detailed walking patterns including trunk sway and balance. They found tSCS both impaired conscious awareness of ankle position and made walking patterns more rigid and constrained. This matters because it reveals a previously overlooked side effect that could inform how tSCS is used in rehabilitation for spinal cord injury or movement disorders.
Technical view
In a controlled study (n=14 tSCS group, n=14 training-only control), the authors assessed acute and training-related effects of transcutaneous spinal cord stimulation on conscious ankle proprioception (via bilateral robotic dynamic ankle localization, the Crisscross device), maximum dorsiflexion strength, and gait kinematics (spatiotemporal parameters, trunk-sway, and mediolateral center-of-mass excursion) during normal and tandem treadmill walking. tSCS acutely impaired conscious proprioceptive localization while producing a more constrained locomotor pattern, suggesting the afferent-network activation underlying tSCS's known locomotor effects comes at the cost of degraded proprioceptive awareness rather than being purely beneficial. This dissociation between perceptual and motor effects is directly relevant to clinicians using tSCS in gait rehabilitation protocols, who may need to account for transient proprioceptive disruption alongside motor benefits.
arXiv · cs.ETBuildable
Each amino acid becomes a quantum bit, mapping the many shapes a protein can wiggle into.
Proteins don't sit in one fixed shape — they jiggle through a landscape of many possible shapes that settle into a few low-energy 'valleys.' Simulating this atom-by-atom is extremely slow, and most quantum-computing approaches only try to find the single best shape, missing all that variety. This method instead turns each amino acid into a qubit that can be 'stable' or 'excited' based on how it likes to sit in water, then wires up qubits that touch each other in the real protein structure using quantum logic gates. Running this circuit millions of times produces a whole distribution of possible protein states rather than just one guess, which matters for understanding things like protein flexibility, misfolding, and drug binding.
Technical view
Each residue is coarse-grained to a two-state qubit (stabilized vs. excited) parameterized by residue solvation free energy, with a structure-informed entanglement layer of parameterized controlled gates encoding the covalent/non-covalent contact network. Sampling the resulting circuit (~10^6 measurement shots) yields a distribution over residue-interaction states rather than a single ground-state structure, capturing multi-basin ensemble heterogeneity that single-optimum quantum methods miss. A practitioner could implement this ansatz on a gate-based SDK (e.g., Qiskit) using contact-map-derived entanglement topology and benchmark the sampled energetics against classical MD ensembles.
arXiv · q-bio.NCBuildable
A simple local learning rule made a neural net spontaneously act like a brain predicting surprises.
Predictive coding is a popular theory that the brain constantly predicts what's coming next and only really reacts to 'surprises' — the parts it got wrong. But most computer models of this need special error-detecting neurons or complex generative machinery that may not reflect real biology. This paper builds a simpler alternative using a variant of the 'Forward-Forward' algorithm, a way of training networks locally, layer by layer, by contrasting real data against fake data, instead of the usual global backpropagation. By flipping the objective so the network ramps up activity for the fake/negative data, layered predictive behavior emerges on its own — including brain-like features such as higher layers influencing lower ones (top-down modulation) and signals that spike specifically on surprising input. It suggests the brain's predictive tricks might not need elaborate machinery — simple local rules may be enough.
Technical view
The authors build a recurrent variant of the Forward-Forward (FF) algorithm with an inverted objective — increasing rather than decreasing unit activity in response to negative/contrastive data — trained via purely local updates and activity cancellation, without explicit error-coding units or a generative decoder. Stacked across layers, this setup self-organizes into predictive representations exhibiting top-down modulation and stimulus-surprise signaling, hallmarks typically attributed to hierarchical predictive-coding architectures. It's a concrete, replicable substrate (implement recurrent FF layers with negative-data injection, probe layer activity for surprise/prediction signatures) for testing whether predictive-coding-like computation can emerge from local contrastive learning rather than backprop-based generative modeling.
arXiv · q-bio.NCBuildable
Randomly jiggling a neural network's wiring reveals which connections are safe to snip.
Both brains and artificial neural networks have way more connections than they need, and figuring out which ones to safely remove (pruning) without breaking performance is hard. This paper tests 'noise-prune,' a rule where you add small random noise to each connection and watch how much that noise shakes up the network's output — connections barely affected by noise are judged unimportant. Instead of just deterministically cutting the weakest-looking connections, it randomly samples which low-importance ones to remove and then rescales the survivors to keep overall behavior stable. Tested on networks actually trained to perform tasks (not just random ones), this local, brain-plausible rule preserved performance far better than simple magnitude-based pruning and matched fancier methods that require expensive global calculations.
Technical view
Noise-prune is a local, unsupervised pruning rule that scores each recurrent connection's importance via its sensitivity to injected noise fluctuations, then stochastically samples (rather than deterministically thresholds) which low-importance weights to remove, followed by rescaling of surviving connections to preserve network statistics. Evaluated here on task-trained RNNs — extending beyond its original testbed of unstructured random networks — it substantially outperforms magnitude-based pruning and performs on par with or better than a non-local, second-order (curvature-informed) pruning method. Its locality and avoidance of gradient/Hessian computation make it a promising candidate for neuromorphic or biologically-constrained pruning implementations.
arXiv · physics.bio-phConceptual
Insomnia isn't one disorder — this maps it by exactly which sleep mechanism breaks down.
Insomnia is currently diagnosed as one condition based on symptoms like trouble sleeping, but the root causes could differ wildly — like a car failing to start for many different reasons. This paper proposes classifying insomnia not just by 'can't sleep' but by which specific sleep mechanism is malfunctioning: maybe you struggle to transition into sleep stages, or to stay stably asleep, or your brain doesn't properly sense that you were asleep at all — and it pinpoints exactly where in the sleep cycle this failure happens. To describe these breakdowns mathematically, the authors borrow a physics framework (Landau-Ginzburg, normally used to describe phase transitions like water freezing) as flexible language for modeling how sleep states shift and destabilize. The eventual goal is a precision map of insomnia subtypes so treatment can target the actual broken mechanism instead of a one-size-fits-all label.
Technical view
The framework organizes insomnia phenotypes along three axes: which dynamical operation fails (state transition, stabilization, spatial cortical recruitment, architectural sequencing, or state perception), the specific sleep stage/boundary at which it fails, and its causal status — treating clinical covariates like age, circadian phase, comorbidity, and medication as modifiers rather than separate mechanistic classes. It adapts a local Landau-Ginzburg relaxational formalism, previously used in cortical and sleep-dynamics modeling, as a phenomenological language for generating nested, testable hypotheses about disrupted order-parameter dynamics at sleep-state boundaries under near-equilibrium approximations. This is a conceptual/taxonomic proposal intended to guide future quantitative sleep-EEG modeling and subtype-specific treatment trials, not yet a validated diagnostic tool.
arXiv · q-bio.NCConceptual
AI ethics debates quietly assume a brain that computes nothing like any algorithm.
As AI gets used more in medicine and biology, people worry it needs entirely new ethical rules. This paper argues that's the wrong framing — ethics should be grounded in how human brains are actually built and shaped by society, and that applies equally to AI-driven science as to any other science. It highlights that brains work very differently from AI systems: cheaper computationally, and organized around a 'global neuronal workspace' (a kind of broadcast hub that unifies information across brain regions) plus a reward system that isn't about maximizing a score but cycles through wanting something, liking it, and eventually feeling satisfied. This creates a genuine tension already built into human ethics — between judgments we all share (universal) and moral values that differ across cultures (diverse) — a tension AI doesn't create or worsen, it just inherits, since the neural circuitry for moral judgment is shared but what fills it varies culturally.
Technical view
The authors ground AI ethics in comparative neuroscience, contrasting the brain's energy-efficient, workspace-based architecture (global neuronal workspace theory, positing a broadcasting mechanism integrating distributed processing) and non-maximizing reward dynamics (wanting/liking/satiety as distinct cyclical components rather than a single optimized utility signal) against artificial systems' optimization-driven computation. Their central claim is that AI-in-life-sciences ethics should not be treated as sui generis but derived from the same universality-versus-cultural-diversity tension present in general human ethics, since neural substrates for moral judgment are conserved while their culturally shaped content is not. This is a philosophical argument rather than an empirical study, useful as a framing reference for AI governance or bioethics policy work rather than a technical method.
arXiv · q-bio.QMConceptual
A single-letter DNA difference in an immune gene may predict who beats IBD with biologics.
Inflammatory bowel disease (IBD, including Crohn's and ulcerative colitis) is treated with expensive 'biologic' drugs that target the immune system, but they don't work equally well for everyone, and doctors currently have no reliable way to predict who will respond. This study checked small genetic spelling differences (SNPs) in four immune-signaling genes across 197 IBD patients on biologic therapy, tracking whether they reached 'biochemical remission' — blood and stool markers showing inflammation had calmed down — after a year. A specific variant in the IL-10 gene, which normally helps dampen inflammation, was linked to whether patients achieved remission, while a variant in the IL-6 gene was linked to patient age. Findings like this could eventually let doctors use a simple genetic test to help pick the right biologic drug for the right patient.
Technical view
In a retrospective cohort of 197 IBD patients (142 Crohn's disease, 55 ulcerative colitis) on biologic therapy, four cytokine-gene SNPs were genotyped (TNF-alpha rs1800629, TGF-beta rs1800471, IL-6 rs1800795, IL-10 rs1800896), with biochemical response at 12 months defined by CRP <5.0 mg/L and fecal calprotectin <250 microg/g off corticosteroids. The IL-10 rs1800896 (-1082 G>A) promoter polymorphism, which affects IL-10 transcriptional/anti-inflammatory activity, was associated with achieving biochemical remission, while the IL-6 rs1800795 C allele was linked to a younger age-related phenotype. These SNP associations support pharmacogenetic panels as candidate biomarkers for stratifying biologic-therapy response in IBD, pending replication in larger prospective cohorts.
arXiv · q-bio.GNBuildable
Freezing a DNA-reading AI works great for some genetics tasks, badly for others.
Large AI models trained on DNA sequences (genomic language models) are often reused 'frozen' — without retraining — to save computing power, extracting their internal representations and training only a small predictor on top. But it's unclear whether these frozen models actually contain enough usable biological knowledge for every task, or whether full retraining is sometimes necessary. This study systematically tests five popular genomic AI models on tasks like spotting gene-switching regions (promoters), chemical DNA modifications, and splice sites (where genetic code gets cut and rejoined), comparing frozen versus fully retrained versions. They found frozen models work almost as well as fully retrained ones for promoter-finding (95-100% as good), but do notably worse on splice-site detection (only 60-88%), showing that freezing is a great shortcut for some biological questions but not others.
Technical view
The authors benchmark frozen-probing (lightweight readout heads on frozen embeddings) against full fine-tuning for five genomic foundation models — DNABERT-2, Nucleotide Transformer, HyenaDNA, GENERATOR-v2, Omni-DNA — across regulatory, epigenetic, promoter, splice-site, and variant-effect prediction tasks, using unified probing protocols that separate diagnostic readouts from validation-selected checks. Results show consistent task-dependent representation accessibility: frozen probes recover 95-100% of fine-tuned performance on promoter tasks but only 60-88% on splice-site detection, suggesting splice-relevant information is encoded non-linearly or diffusely and needs task-specific adaptation to extract. Practitioners choosing between frozen-feature-extraction and fine-tuning pipelines should treat this task-dependence as a decision criterion, reserving fine-tuning for low-accessibility tasks like splice-site prediction.
arXiv · stat.MERunnable
Teaching a computer to guess predator-prey math parameters from just a handful of noisy counts.
Ecologists want to fit mathematical models — like the classic predator-prey equations — to real population data to understand how species interact, but real-world data is sparse (few measurements over time) and noisy, which makes standard curve-fitting techniques get stuck or fail depending on how good the initial guess is. This paper introduces a computational method using 'Natural Gradient Ascent,' a smarter optimization approach that accounts for the shape of the uncertainty in the problem rather than blindly climbing toward a better fit, making it more robust when data is sparse and the underlying equations become numerically unstable. They test it on the classic Lotka-Volterra predator-prey model, a foundational ecology equation, and simplify things by rescaling the model's variables to reduce the number of unknowns to solve for. The result is a more reliable way to recover real biological parameters, like how fast predators consume prey, from limited field data.
Technical view
The framework replaces standard gradient-based optimization with Natural Gradient Ascent, which rescales parameter updates using the Fisher information metric rather than raw gradients, to identify parameters of ODE-based ecological models from sparse, noisy time-series data — addressing irregular likelihood surfaces and solver stiffness that cause standard methods to diverge or stall. Applied to the classical Lotka-Volterra predator-prey system, the method exploits non-dimensionalization to shrink the effective parameter space before optimization, improving convergence robustness independent of initial-guess quality. This offers a practical template for fitting mechanistic ecological (or other stiff ODE) models to real, sparsely-sampled field data without requiring dense time series or highly accurate starting parameter estimates.
arXiv · cs.LGConceptual
Maybe autistic 'sameness' is a brain minimizing surprise, not stubbornness.
This paper offers a math-flavored theory for why many autistic people strongly prefer routines and dislike change: the brain is trying to minimize two kinds of discomfort at once—being surprised by unexpected things and being uncertain about what to expect. It borrows 'entropy,' a concept from information theory that measures unpredictability, and proposes that a person's memory and the stream of events they encounter can be more or less mismatched, causing more or less mental strain. It suggests autism can be understood as a narrowing of thinking toward very literal, concrete tracking of the world—noticing, remembering, and predicting exact details rather than abstract patterns. Insistence on sameness, then, isn't random rigidity but a logical strategy to keep that mismatch as small as possible. This reframes a puzzling behavior as a sensible, even efficient, coping mechanism rather than a mere symptom.
Technical view
The author defines a divergence-like metric D_H(R,M) = H(R\|M) + H(M\|R), summing the conditional entropy of stimulus sequences R given memory M (surprise) and of M given R (uncertainty), and treats insistence on sameness as behavior that constrains this joint entropy toward a minimum. Autism is modeled as a restriction of cognitive processing to concrete discrimination, memorization, and prediction of environmental regularities, rather than abstraction, which changes the effective statistics of R and M available to the individual. The claim is that under these restricted-cognition assumptions, minimizing D_H naturally produces preference for repetition and resistance to novel stimuli, giving a formal derivation rather than a purely descriptive account. A practitioner could operationalize this by estimating empirical entropies from behavioral or physiological surprise/uncertainty proxies (e.g., pupillometry, EEG mismatch responses) and testing whether their sum tracks the intensity of sameness-seeking behavior across individuals or contexts.
arXiv · math.DSBuildable
An epidemic can move across a map like a wave — math shows exactly how.
This paper studies how a disease outbreak can travel through a population in space, like a wave sweeping across a region, in a model where people can catch the disease, recover, but then slowly lose their immunity and become susceptible again. Because immunity fades slowly compared to how fast infections spread, the math has two very different speeds mixed together — a 'slow-fast' structure — which the authors exploit using specialized techniques (geometric singular perturbation theory) built exactly for problems with mismatched timescales. They track how the system alternates between quick outbreak bursts and long quiet stretches, and pin down precisely when and how it switches between the two ('entry-exit' behavior). Computer simulations back up their mathematical predictions. Understanding this helps explain why diseases with fading immunity (like some seasonal or endemic infections) can produce recurring traveling waves of infection rather than settling into a stable pattern.
Technical view
The authors analyze a spatial SIRS reaction-diffusion model where diffusion acts on infecteds and immunity loss occurs at rate governed by a small parameter ε, producing a singularly perturbed traveling-wave ODE system after the standard wave-coordinate reduction. Applying Geometric Singular Perturbation Theory, they characterize the fast layer dynamics (infection outbreaks) and slow flow along the critical manifold (immunity waning), and derive a quantitative entry-exit function describing the delayed transition when the slow trajectory leaves the manifold's fold. This entry-exit relation gives explicit conditions/timing for wave propagation that the authors validate numerically against the full PDE system. Researchers modeling recurrent or oscillatory epidemic fronts (e.g., cholera, pertussis) could adapt this entry-exit framework to predict wave speed and outbreak periodicity from immunity-loss timescales.
arXiv · q-bio.NCConceptual
Seeing isn't instant — your brain builds an image over hundreds of milliseconds.
When you glance at something, it feels instantaneous, but your brain actually takes real time to make that happen in two separate ways: it takes time to process the signal coming from your eyes, and it takes time to keep looking and gathering more visual information. The authors point out that vision scientists usually study one of these 'clocks' — processing time or looking time — without considering the other, which leaves an incomplete picture of how perception unfolds. Their proposal, called Time², is a framework for thinking about both of these time dimensions together rather than in isolation. By combining them, they argue researchers can design better experiments and build more accurate models of how the brain turns a stream of light hitting the eyes into a coherent, felt perception. It's less a new experiment than a conceptual toolkit for organizing future vision research.
Technical view
The paper introduces 'Time²,' a conceptual framework distinguishing 'processing time' (the neural latency to transform retinal input into a perceptual representation) from 'stimulus time' (the duration of sensory exposure needed to register a stimulus), arguing these are typically conflated or studied independently in vision neuroscience. The authors advocate co-varying both temporal factors within single experimental designs rather than fixing one while manipulating the other, to disentangle their separate contributions to perceptual outcomes. This has implications for interpreting reaction-time and psychophysical data, since apparent effects attributed to processing speed could actually reflect stimulus-duration confounds or vice versa. Vision modelers and experimentalists could use this framework to redesign paradigms (e.g., masking, rapid serial presentation) that explicitly separate and manipulate these two timescales to better constrain computational models of perception.
arXiv · q-bio.CBBuildable
Yeast cells that split unevenly can spontaneously organize into synchronized clusters.
Budding yeast — the same organism used in beer and bread — divides asymmetrically: a larger 'mother' cell buds off a smaller 'daughter' cell, and the mother can often divide again sooner than its daughter can. This paper shows mathematically that when you combine that unequal division timing with 'positive feedback' (a process where dividing tends to encourage more dividing, a self-reinforcing loop), a population of yeast cells can spontaneously sort itself into distinct synchronized groups — some groups made of mothers, some of daughters — that all divide in a repeating rhythm together. This matches real lab observations where yeast in bioreactors show oscillating chemical/metabolic patterns tied to their cell cycles. The authors use computer simulations starting from random, unsynchronized cell populations and show these organized clusters reliably emerge and remain stable over time. This helps explain a mysterious biological rhythm and offers a simple mechanistic recipe — asymmetry plus feedback — for how large cell populations self-synchronize.
Technical view
The authors build a population-dynamics model of budding yeast incorporating asymmetric division (mother cells cycle faster than daughter cells) combined with positive feedback in the cell-cycle progression rate, motivated by observed metabolic oscillations and cell-cycle-linked 'temporal clustering' in bioreactor cultures. Numerical simulations starting from randomly phased populations show spontaneous self-organization into p:q clustering patterns (p mother-cell clusters, q daughter-cell clusters, p ≤ q) that are dynamically stable attractors of the model. The core contribution is demonstrating that this simple combination of structural asymmetry and feedback is sufficient to generate and stabilize multi-cluster synchronization, without requiring external periodic forcing or complex signaling assumptions. Researchers modeling cell-population synchrony (circadian, metabolic, or cell-cycle oscillators) could adapt this asymmetric-division-plus-feedback mechanism as a minimal generative model for clustering phenomena observed experimentally.
arXiv · q-bio.PEBuildable
New algorithm reveals hidden family-tree secrets by grouping five species at a time instead of four.
Biologists reconstruct evolutionary 'family trees' (phylogenies) using DNA, but real evolutionary history is often messier than a simple tree — species can hybridize or exchange genes, forming a tangled 'network' instead. A common technique looks at how often different 4-species groupings appear across many gene trees (called quartet concordance factors), but this method has blind spots: certain features of the network, like where its 'root' is or small evolutionary loops, simply can't be determined from 4-species data alone, no matter how much data you collect. This paper builds a computational tool that instead analyzes 5-species groupings (quintets), and shows that this richer view can resolve some of those previously invisible features. In other words, looking at slightly bigger puzzle pieces reveals more of the true picture. This matters because knowing what can and can't be determined in principle guides scientists on what conclusions they can trust from their genetic data.
Technical view
The authors provide an algorithm and Macaulay2 implementation for computing n-tet (generalized to n=5, i.e., quintet) concordance factors on arbitrary phylogenetic networks under the Network Multispecies Coalescent model, extending beyond the standard quartet-CF approach used in tools like SNaQ or PhyloNet. Using quintet CFs on level-1 networks, they demonstrate identifiability results—specifically for network roots and small reticulation cycles—that are provably non-identifiable from quartet CFs alone, formalizing where the extra taxon resolves ambiguity via algebraic/statistical identifiability analysis. This establishes necessary theoretical groundwork (identifiability being a prerequisite for consistent statistical inference) for developing quintet-based network inference methods analogous to existing quartet-based pipelines. Phylogenetics researchers could use the released Macaulay2 code to compute expected CFs for candidate networks and test new quintet-based inference or hypothesis-testing procedures for detecting hybridization/gene flow.
arXiv · cs.LGRunnable
A public benchmark tests whether a simple blood test can flag multiple sclerosis via AI.
Multiple sclerosis (MS) is normally diagnosed through a mix of clinical exams, brain scans, and ruling out other conditions — there's no single definitive lab test. This paper builds a standardized, shareable benchmark (called MS-MLB) for testing whether machine learning models can spot MS-associated patterns just from RNA expression data drawn from a blood sample, using a public dataset. Crucially, they designed the evaluation carefully to avoid 'data leakage' — a common pitfall where a model looks accurate in testing but only because it accidentally saw hints of the answer during training. Their pipeline includes rigorous techniques like nested cross-validation (repeatedly testing on unseen data) and a completely held-out validation set never touched until the final evaluation, plus statistical confidence intervals so results aren't overstated. The goal isn't to replace doctors but to give researchers a trustworthy, reusable yardstick for comparing different AI approaches to blood-based MS detection.
Technical view
MS-MLB is an open, reproducible benchmark built on the public GSE17048 whole-blood RNA expression cohort, framed as an MS-vs-healthy-control binary classification task, with a shared leakage-controlled evaluation pipeline (nested cross-validation, an untouched stratified holdout set, bootstrap confidence intervals, and ROC/precision-recall reporting) that standardizes comparison across ML algorithms. The explicit design goal is to prevent common benchmark pitfalls in clinical ML (train/test contamination, optimistic single-split reporting) that inflate reported performance in prior MS classifier studies. By fixing dataset, splits, and evaluation protocol, it allows apples-to-apples comparison of feature selection and classification methods on transcriptomic MS diagnosis. Practitioners can plug new algorithms or feature-selection strategies into the released pipeline to benchmark them against existing baselines without re-deriving evaluation infrastructure, and use it as a template for leakage-safe evaluation in other blood-biomarker classification problems.
arXiv · q-bio.QMBuildable
A math model tracks fish DNA drifting and decaying through rivers to estimate hidden populations.
When fish swim through a river, they shed tiny traces of genetic material into the water — 'environmental DNA' or eDNA — which scientists can sample downstream to detect and estimate species without ever seeing or catching the fish. But turning those DNA readings into reliable population estimates is hard because eDNA is affected by unpredictable factors like water flow, decay, and the fish's own movement patterns, and there hasn't been a solid mathematical model for it yet. This paper proposes an early mathematical framework that treats eDNA concentration in a river as something that changes randomly over space and time, driven by fish that are themselves moving unpredictably (modeled with their own random 'migration' equation) and adding DNA into the water with some delay. The model is built to be mathematically well-behaved despite the randomness involved, meaning it won't produce nonsensical results, and the authors also work out a formula describing its statistical behavior precisely. They additionally propose a method for simulating it on a computer. This lays groundwork for more trustworthy eDNA-based wildlife monitoring, which is increasingly used for tracking endangered or hard-to-observe species.
Technical view
The authors formulate a stochastic partial differential equation (SPDE) for eDNA concentration in rivers, where the source term is driven by a stochastic differential equation modeling fish migration with a delayed input (accounting for time lag between fish presence and detectable eDNA release), coupling spatiotemporal diffusion/advection with multiplicative noise. Despite the multiplicative noise coefficient being non-Lipschitz (which typically complicates well-posedness proofs), they establish existence/uniqueness (well-posedness) by exploiting the model's affine structure, and derive a closed-form Laplace functional characterizing the process's statistical distribution analytically. They also propose a numerical discretization scheme for simulating the SPDE, enabling practical computation. Ecologists and statisticians developing eDNA-based abundance/occupancy estimators could use this as a mechanistic likelihood model to replace ad hoc statistical fitting, or extend the discretization scheme to fit real river monitoring data and back-infer fish migration parameters.
arXiv · q-bio.QMBuildable
Chopping patient survival data into 'yes/no' outcomes quietly throws away life-or-death clues.
When researchers build AI models to predict which patients are at high risk (say, from cancer), they sometimes simplify the outcome into a yes/no label — like 'did the patient survive 5 years or not' — instead of using the actual, more detailed timeline of what happened to each patient. This paper argues that shortcut has real costs: it throws out patients whose final outcome isn't known yet (called 'censored' patients, who were still fine when the study ended), it squashes rich time information into one arbitrary cutoff, and it can literally cause different, and worse, features to get flagged as medically important. Using two real published cancer studies as test cases, the authors rebuild the underlying prediction models using a specialized statistical method (the Cox model, standard in survival analysis) that properly respects the time-to-event nature of the data, calling their fix a 'Survival-Aware' approach. They find that this method recovers important prognostic features that the original, simplified approach missed entirely. The takeaway is a caution to clinical AI researchers: convenience-driven data simplification can hide medically meaningful signals.
Technical view
The paper critiques the common practice of binarizing time-to-event clinical outcomes before applying machine learning, showing this discards censored patients, collapses temporal granularity into an arbitrary threshold, and biases downstream feature selection. Using Bayesian network (BN) structure learning as the test case, the authors replace the standard binary scoring function for feature-to-outcome edges with the Cox proportional hazards partial log-likelihood, terming the result a Survival-Aware Bayesian network (SABN), and re-run it on a head-and-neck cancer cohort and a second surgical cohort (the latter originally analyzed with non-BN binarized methods). Their ablations show the survival-aware scoring recovers prognostically relevant features that were missed or misranked under binarized BN feature selection, demonstrating concretely that the simplification changes model conclusions, not just performance metrics. Practitioners building clinical risk-prediction pipelines can substitute Cox-based (or other censoring-aware) scoring functions into existing feature-selection frameworks to avoid this bias, particularly when working with BN or similar structure-learning approaches.
arXiv · q-bio.NCConceptual
Brain 'control-point' maps look totally different, though equally efficient, once you count looped connections.
Network control theory tries to identify which brain regions, if stimulated, could steer the whole brain into new activity patterns — relevant to things like brain stimulation therapy. Normally scientists rank regions by how many direct connections they have, like picking the best-connected people in a social network. This paper instead uses 'persistent homology,' a topology tool that tracks loops and circuits a region belongs to across scales, capturing how woven-in it is to bigger structures, not just its immediate neighbors. Testing both approaches on real brain wiring maps from 70 people, the two methods need almost identical amounts of 'effort' to steer the brain, but the actual routes through brain-activity space look very different. This matters because a stimulation protocol optimized on the wrong criterion could hit the right cost but the wrong path.
Technical view
Introduces persistent-homology-derived cycle participation as an alternative to structural-degree ranking for driver-node selection in linear network control theory, tested on diffusion-MRI structural connectomes from 70 subjects at three parcellation scales. Topology- and degree-informed driver sets yield nearly identical scalar minimum control energy (~0.2% difference), but the geometry of the controllable subspace — how energy distributes across state dimensions — differs substantially between the two selection criteria. This indicates scalar control energy alone is an insufficient benchmark for comparing driver-node heuristics; anyone building connectome-based stimulation-targeting pipelines should evaluate subspace geometry, not just energy magnitude.
arXiv · cs.AIConceptual
AI flags cancer 'risk hotspots' on a slide, then a molecular scan reveals what's actually happening there.
Pathologists already stain tumor slides with a common dye and AI can spot patterns linked to whether the cancer will return, but nobody really knew what was biologically going on inside the specific spots the AI flags as risky. This team combined AI-generated 'risk heatmaps' with spatial proteomics — a technique that measures which proteins are active at exact locations in the tissue — across 156 triple-negative breast cancer patients. High-risk zones turned out to be driven by proteins tied to cell division and DNA repair, while low-risk zones were rich in immune activity, and both types sat side-by-side within the same tumor, forming a mosaic. This gives doctors a way to see not just that a tumor looks risky, but why, at the molecular level, in the exact spot the AI is pointing to.
Technical view
An outcome-informed spatial pathology pipeline links deep-learning recurrence-risk heatmaps from H&E slides with mass-spectrometry-based spatial proteomics in a 156-patient TNBC cohort. Distribution-based aggregation of high-scoring patches achieves AUC 0.77 and C-index 0.77 on an independent test cohort; bulk proteomics ties high image-derived risk to cell-cycle/genome-maintenance programs and low risk to immune activation. Co-registering heatmaps with proteomic sampling coordinates reveals intratumoral heterogeneity — high- and low-risk patches with distinct nuclear/architectural morphology coexisting within the same compartment — with the heatmaps then used to spatially guide further profiling, offering a generalizable template for grounding histology-based risk classifiers in molecular data.
arXiv · physics.bio-phConceptual
Falling asleep may follow the same physics as a magnet suddenly snapping into order.
Doctors already classify sleep into stages using brainwave recordings, but that classification doesn't explain why switching stages is sometimes a sudden jolt and other times a slow drift. This paper borrows Landau-Ginzburg theory, originally built to describe how materials like magnets suddenly organize as they cool, and applies it to sleep, treating stage transitions as a ball rolling through a landscape shaped by a hidden variable extracted from brainwave data. Falling asleep looks like a sudden 'fold' in this landscape, like a switch flipping, while drifting from light to deep sleep looks more like a gentle slope, and switching into dream sleep might be its own abrupt event. The payoff is a mathematical, testable explanation for why different sleep transitions feel qualitatively different, potentially useful for diagnosing disorders where these transitions misbehave.
Technical view
Constructs a local Landau-Ginzburg phenomenology treating each sleep-stage boundary as motion of a spatially-extended, noisy, dissipative neural field in an effective potential, with a latent cortical-ordering coordinate phi inferred from standard EEG/PSG observables via a measurement model designed to avoid circularity. Distinct transitions are hypothesized to correspond to different bifurcation types: sleep onset as a fold-like loss of wake stability (open question: cusp bistability/hysteresis), N1→N2 and N2→N3 as continuous-like crossovers, and NREM→REM as a candidate first-order-like desynchronization event. This is a theoretical dynamical-systems framework rather than an ML pipeline; it could be tested by fitting potential-landscape parameters to labeled PSG datasets and checking whether predicted transition types match empirical hysteresis/synchrony signatures.
arXiv · cs.LGBuildable
An AI learns to generate realistic fake cells' gene readouts — and improves the bigger it gets, just like chatbots.
Every cell reads out thousands of genes at different levels, and being able to generate realistic examples of what a given cell type's gene readout looks like is useful for filling data gaps and testing ideas. This team built an AI model using the same 'predict the next piece' architecture behind chatbots, but adapted to generate gene-expression patterns instead of words, using a compression step to turn expression data into tokens it can predict one at a time. Shown a handful of real example cells, it generates more, and researchers check whether its fake cells statistically match the real distribution. The notable finding is that, just like language models, this system reliably improves as it's made bigger and fed more data — evidence that AI 'scaling laws' apply to biology too.
Technical view
A causal (autoregressive) transformer paired with a learned vector-quantized VAE tokenizer, trained with cross-entropy loss on tokenized single-cell gene-expression vectors, for few-shot conditional generation: given example cells of a type, generate more matching that distribution. Evaluation compares the generated expression-vector distribution to ground truth for held-out cell types rather than relying on perplexity alone. The core contribution is characterizing scaling behavior — pretraining loss as a function of parameter count and data volume — reportedly the first jointly-fit scaling law in this tokenized single-cell generative setting, informing compute/data allocation decisions for similar omics generative models.
arXiv · q-bio.GNBuildable
A cancer-data chatbot checks itself for hidden ambiguity before giving you a confident-sounding number.
If you ask a cancer genomics database a plain-English question like 'how common is this mutation in lung cancer?', the wording can sound clear but actually be ambiguous underneath — do you mean the rate among all patients, or just those tested for it? CLARA translates your question into a precise query, but instead of picking one interpretation, it tries several plausible ones, runs them all, and only asks you to clarify if the answers meaningfully diverge. Tested on 330 real mutation-rate comparison questions across cancer types, it correctly told apart questions where interpretation mattered from ones that were safe to answer directly. It's a practical fix for a subtle trust problem: instead of confidently giving a wrong-but-plausible number, the system knows when to admit it's unsure what you meant.
Technical view
CLARA converts a natural-language cancer-genomics query into a typed scientific query specification, enumerates multiple plausible interpretations, executes all of them against the data, and triggers a clarification request only when outputs diverge beyond a preregistered threshold (relative divergence >0.10 or absolute >5 percentage points). Benchmarked on 330 executable mutation-prevalence contrasts across 8 TCGA PanCancer Atlas cohorts and a 30-gene panel, split 115 result-sensitive vs. 215 result-stable by that rule; an independently implemented pandas execution engine exactly replicated results, supporting engine-independence. It's a reusable template for building trustworthy NL-to-query systems over structured biomedical data — ambiguity detection via multi-interpretation divergence rather than single-shot parsing.
arXiv · stat.APBuildable
A statistical model tracks year-by-year how kids' suicidal thoughts turn into, or recover from, actions.
Understanding whether a child's suicidal thoughts turn into actions, and when they recover, is critical for prevention but hard to study because it shifts over the years of early adolescence. Researchers used a long-running study of nearly 12,000 kids ages 9-13 and applied a Markov chain, a statistical tool that models the odds of moving between states — like 'no symptoms,' 'thoughts only,' 'thoughts plus self-injury,' or 'behavior' — from one year to the next, letting those odds themselves change as kids age. This lets them calculate, for example, the chance a child with only thoughts one year has moved to actual behavior the next, or the chance of recovering to no symptoms. They found generally high recovery rates alongside specific patterns that shift with age, the kind of finding that could flag higher-risk windows for individual kids.
Technical view
Applies a time-inhomogeneous discrete-time Markov chain to longitudinal self-report data from the ABCD Study (n=11,864, ages 9-13), defining 8 states from combinations of suicidal ideation, suicidal behavior, and co-reported non-suicidal self-injury (NSSI). The framework estimates year-to-year and multi-year transition probability matrices, allowing rates to vary by age/wave rather than assuming stationarity, with uncertainty quantification and formal statistical comparison of transition likelihoods across developmental periods. Key finding: transition patterns are structured but non-stationary, including generally high recovery-to-no-symptoms probabilities alongside developmentally-varying risk transitions — a reusable methodological template for panel-data researchers wanting transition-probability models instead of static cross-sectional risk scores.
arXiv · q-bio.BMConceptual
Proteins don't hold one shape — the next AI frontier is predicting every shape they flicker between.
AlphaFold-style AI can now predict a protein's 3D shape almost as well as lab experiments, but that's a single snapshot, when many proteins are really more like a flip-book constantly shifting between shapes to do their job. This paper argues the field needs to reframe the problem: instead of asking 'what is the shape,' ask 'what shapes can this protein take, how likely is each, how fast does it switch, and how do drugs or mutations shift that balance?' The authors survey current tools for tackling this — AI models trained to generate many possible shapes, physics-based simulations, and lab experiments that narrow the possibilities — and sketch a path toward AI that predicts this whole repertoire at once. This matters because a protein's function, and how a drug affects it, often depends on this shape-shifting behavior, not one static structure.
Technical view
A perspective/roadmap piece arguing structure prediction should shift from single-conformation inference (the largely-solved AlphaFold2-era problem) to state-space inference: recovering the ensemble of accessible conformational states, their relative populations, interconversion kinetics, context-dependence (ligands, PTMs, mutations), and perturbation responses. It reviews three converging strategies — deep-learning ensemble generators, physics-based simulation (MD, enhanced sampling), and experimental constraints (cryo-EM, NMR, HDX-MS) usable as priors/validation. No new model or benchmark is presented; its value is as a framing document for building hybrid ML+physics+experiment pipelines that output populated ensembles and kinetic rates rather than a single structure.
arXiv · physics.chem-phConceptual
Instead of adding more molecules to detect a weak bond, they just shrink the box around them.
Many important biological interactions, like a hormone loosely touching its receptor, are so weak that standard lab methods can't measure them, because those methods work by cranking up concentration until the signal is strong enough, and for very weak interactions that would require impossibly high amounts of molecules. This paper points out that concentration is just molecule-count divided by volume, and for a century, scientists have only ever changed concentration by adding more molecules, never by shrinking the volume instead. By trapping molecules in an extremely tiny, nanoscale space, they push the effective concentration up dramatically without adding more molecules, making previously invisible weak interactions measurable for the first time. This challenges a century-old assumption in biochemistry and could open up huge swaths of weak but biologically important interactions to study.
Technical view
Reframes the concentration (N/V) axis for binding assays: rather than the conventional approach of increasing molecule number N at fixed volume V, the method holds N fixed and shrinks V via nanoscale spatial confinement, reaching effective local concentrations sufficient to read out millimolar-affinity interactions inaccessible to bulk-concentration-based techniques like ITC or SPR. This is a proposed new experimental control axis rather than a specific instrument; practitioners in biophysics/single-molecule instrumentation could apply it to build nanoconfinement-based assays (e.g., nanopores, nanowells, zero-mode waveguides) for characterizing weak protein-protein, protein-ligand, or transient signaling interactions previously out of reach.
arXiv · physics.chem-phBuildable
In crowded cells, how close molecules sit can matter more than how much of them there is.
Chemists usually measure reactions by 'concentration' — how much stuff is dissolved in a well-stirred flask. But inside living cells, molecules aren't sloshing around freely; they're held in structured arrangements, like tethered to scaffolds or packed into compartments, and simple concentration numbers don't capture that geometry. This paper introduces a bench experiment that turns local structure itself into something you can directly measure and vary, rather than just folding it into a single concentration-like correction number. Doing this revealed a sharp, previously invisible switch: in weakly-binding interactions, inhibition can suddenly change its whole behavior once geometry — not just concentration and stickiness — takes over. That matters because many real biological reactions happen in exactly these structured, non-flask-like settings.
Technical view
The work targets the gap between bulk molarity and 'effective molarity' formulations, which still collapse local structural effects into a single concentration-valued number rather than treating geometry as an independent experimental axis. The authors design a bench-compatible assay that exposes local structure directly, revealing a chemistry-geometry crossover invisible to standard flask-based readouts. In the micromolar-or-weaker affinity regime, inhibition sharply switches out of the conventional concentration-and-affinity-governed mode into a geometry-dominated regime. This gives practitioners a concrete experimental handle for probing structured/crowded reaction environments (e.g., tethered or compartmentalized binding) beyond what dilution-series kinetics can resolve.
arXiv · q-bio.NCRunnable
Fast, hidden ripples in brain-wave data can reveal alcohol dependence to the right algorithm.
EEG records the brain's electrical activity as squiggly waves, and researchers have noticed that very fast, high-frequency wiggles in these signals often shift during specific events like seeing an image, hearing a sound, or during disorders like epilepsy. This study used a mathematical technique called Dynamic Mode Decomposition, which breaks a messy signal down into its core repeating patterns, to pull out these fast, persistent brain-wave changes as measurable features. After some statistical checks, about 70% of samples showed a genuinely consistent fast-frequency pattern in certain brain regions. The researchers then showed these patterns could distinguish people with alcohol dependence from others, suggesting fast EEG dynamics carry real diagnostic information usually ignored by slower, more traditional brain-wave analysis.
Technical view
The pipeline applies Dynamic Mode Decomposition to EEG channels to extract high-frequency dynamical modes as features, assembling them into a feature table per channel. A random-distribution significance test found consistent high-frequency dynamics in roughly 70% of samples for specific channels. PCA was then applied to the validated feature table, and the resulting components successfully classified alcohol-dependent versus control subjects, indicating DMD-derived high-frequency structure is a viable, reproducible biomarker feature for EEG-based classification pipelines.
arXiv · q-bio.QMBuildable
Many 'cancer gene signatures' quietly fall apart when tested on a new group of patients.
When scientists analyze gene activity in tumors, they often find a set of genes that looks meaningfully different between cancer and healthy tissue, and this gets promoted into a 'signature' or diagnostic test. But such findings frequently don't hold up when checked against an independent group of patients. This study systematically tested how much of that evidence — which genes are flagged, their rankings, their direction of change, and even broader biological pathways — actually survives across nine separate patient datasets spanning pancreatic, breast, and lung cancer. They also invented a stricter check, REDE-2Fold, which only trusts a gene if it shows up consistently in two independently-split halves of the same discovery data. The upshot is a rigorous, cancer-spanning audit of how trustworthy popular biomarker discovery claims really are.
Technical view
REDE evaluates reproducibility across multiple evidence layers — DEG burden, exact gene-set membership, top-rank overlap, signed fold-change direction, prespecified gene confirmation, and Hallmark pathway enrichment — using fixed discovery/validation/external-test splits across nine microarray cohorts in three cancer types. The REDE-2Fold procedure performs independent differential expression on two patient-level splits of each discovery cohort and retains only genes with concordant direction in both, providing a within-study robustness filter before external validation. They further test whether discovery-only panels preserve locked tumor-vs-non-tumor classification performance out-of-cohort, giving a template practitioners can reuse to stress-test any proposed expression biomarker panel before clinical claims.
arXiv · q-bio.QMBuildable
A ruler for comparing rival theories about the order diseases' mutations pile up in.
Evolutionary accumulation models try to explain the order in which certain traits or mutations appear over time — for example, the sequence of genetic changes that turn a normal cell into a cancer cell. As more competing methods emerge for inferring these orderings, scientists need a fair way to compare what different algorithms or datasets actually conclude. This paper builds that comparison tool, one that can handle messier realities like changes that can reverse, randomness in the process, mutations that interact with each other, and samples that aren't fully independent. A key insight is that two models can agree closely on the typical order of events yet still predict completely different combinations of features observed at any given time — like a 'frameshift' error — so the method carefully separates comparing the sequence of steps from comparing the actual end states.
Technical view
The method addresses comparison of evolutionary accumulation model (EvAM) dynamics across covariates, datasets, and inference algorithms, supporting reversible/stochastic transitions, feature-feature interactions, and non-independent samples — cases prior comparison approaches didn't jointly handle. It explicitly separates 'state similarity' (agreement on observed feature combinations) from 'transition similarity' (agreement on inferred ordering dynamics), since similar relative feature orderings can still produce divergent state distributions due to frameshift-like effects. This gives a concrete framework for benchmarking new EvAM inference tools (e.g., in cancer progression modeling) against each other or across covariate-stratified subgroups.
arXiv · q-bio.QMConceptual
A simple curve-shape test reveals whether your body clock ticks smoothly or lurches.
Body clocks — the internal 24-hour rhythms that control sleep, hormones, and cell activity — have mostly been studied by looking at their timing: how long the cycle takes and how it shifts with light. This paper instead looks at the shape of the rhythm itself. The trick is to plot a clock-related quantity against its own rate of change, forming a loop, and check whether that loop bends smoothly the whole way around or has a kink (an inflection point); if there's no kink, they call the rhythm 'harmonic.' Testing real glow-in-the-dark measurements from bacteria and from the brain's master clock (the SCN) showed most rhythms are indeed harmonic, and a classic mathematical clock model (the Goodwin model) reproduced similar behavior. This gives researchers a new, purely geometric way to characterize what kind of oscillator is running the clock, beyond just its speed.
Technical view
The criterion classifies an oscillation as harmonic when its trajectory in the phase plane (a variable plotted against its time derivative) contains no inflection point, offering a geometric alternative to period- or phase-based characterizations of circadian dynamics. Bioluminescence recordings from cyanobacteria and mammalian SCN neurons, along with most core clock gene components in existing mathematical models, satisfied this harmonic criterion. The authors further probe the Goodwin model — a minimal negative-feedback oscillator — analytically/numerically to relate model parameters to waveform harmonicity, giving modelers a tractable diagnostic for waveform shape usable on any oscillator with a well-defined state-derivative trajectory.
arXiv · q-bio.QMRunnable
A browser tool lets neuroscientists peek inside giant brain-data files without uploading anything.
Modern neuroscience experiments generate huge, complex data files (in formats called HDF5 and NWB) that researchers need to explore before doing real analysis, but right now that means writing throwaway scripts and manually digging through unfamiliar folder structures. NeuroInspector is a lightweight tool that runs entirely inside your web browser — using a browser technology called WebAssembly to read these files directly off your local disk, so nothing ever gets uploaded to a server. It lets you browse the file's structure, check metadata, preview sample data, and leave notes tied to specific parts of the file, then bundles all of that into a shareable 'project pack.' This solves a real bottleneck: making sense of messy, large datasets quickly and privately before committing to full analysis.
Technical view
NeuroInspector uses h5wasm (a WebAssembly-compiled HDF5 library) to parse HDF5/NWB files entirely client-side, with no file-upload endpoint even in its hosted deployment, addressing data-privacy concerns for sensitive neuroscience datasets. It combines structural navigation, metadata inspection, sampled data previews, and path-level annotation, exporting results as portable, fingerprinted 'project packs' that preserve inspection decisions for reproducibility or handoff. Practitioners working with NWB-formatted datasets (e.g., from DANDI) could adopt it as a fast pre-analysis QC and documentation step without any server infrastructure.
arXiv · cs.AIConceptual
A new formal language tries to explain how brains turn raw sensations into distinct 'things.'
A popular theory says the brain is constantly guessing what's about to happen and correcting itself when it's wrong — this is called predictive processing. The problem is that nobody has precisely defined what a 'prediction' actually is as a structure, or exactly how the brain handles being wrong in a consistent way. A related approach, Bayesian cognitive science, treats all uncertainty as probabilities, but it has to assume you already have a fixed list of possible answers — it never explains how the brain first carves the world into distinct, nameable objects. This paper proposes Predictive Set Theory, which tries to build cognition up from a handful of basic, precisely defined operations — like a 'sensor' that just detects things, and rules for updating a running list of beliefs — to explain, rather than assume, how the mind organizes experience into concrete pieces.
Technical view
Predictive Set Theory (PST) is a formal generative framework built from a minimal operation set — a sensor modeled as an identity function, set-theoretic state refresh operations, and additional core functional primitives — intended to give operational definitions lacking in standard predictive-processing accounts (prediction structure, error-response standardization, cross-update consistency mechanisms). It positions itself against Bayesian cognitive models by generating discrete referents over which beliefs are formed, rather than presupposing a closed hypothesis space. As a first-principles formalization, it offers cognitive scientists and AI architecture designers a candidate substrate for building testable, mechanistic models of belief updating and object individuation rather than relying on purely probabilistic abstractions.
arXiv · cs.CVBuildable
AI trained only on raw bone-scan images learns to predict disease, aging, and genetics.
DXA scans are the routine full-body X-rays used mainly to check bone density and body fat/muscle, but doctors currently only look at a few standard numbers from them, ignoring the rich spatial patterns in the image itself. This study built LeDXA, an AI vision model that learns from DXA images without needing any human-provided labels, using a technique where it predicts hidden, abstract features of the image rather than trying to redraw the picture pixel-by-pixel. Trained on a relatively small set of about 11,500 scans, it was then tested on nearly 50,000 scans from a completely different, larger biobank. Remarkably, despite using vastly less data and a much smaller model than today's giant general-purpose vision AIs, LeDXA was better at predicting diseases, biomarkers, biological aging, and even genetic heritability — suggesting these ordinary scans hold untapped health information.
Technical view
LeDXA is a joint-embedding predictive architecture (JEPA)-based vision model trained self-supervised from scratch on 11,540 unlabeled whole-body DXA scans from the Human Phenotype Project, then evaluated internally and on 47,400 external UK Biobank scans. It outperformed both standard scanner-derived DXA measurements and DINOv3 (a state-of-the-art general vision foundation model) on cross-cohort prediction of prevalent disease and biomarker status, despite roughly 150,000-fold less training data and ~40-fold fewer parameters. The model's representations also tracked biological aging and showed measurable heritability, indicating JEPA-style self-supervision can extract clinically and genetically meaningful signal from medical images even in small-data, small-model regimes — a template for building efficient foundation models on other underused clinical imaging modalities.
arXiv · q-bio.QMRunnable
A free website lets anyone build an evolutionary family tree without coding, since 2008 — now rebuilt.
Phylogenetic trees are diagrams showing how species or genes are related through evolution, like a family tree for life. Building one usually requires wrangling specialized software, which locks out biologists without a computing background. Phylogeny.fr has offered a no-install, in-browser way to do this since 2008, and this update overhauls it with modern web tools, more computing power, and new interactive viewers for exploring alignments and trees. It also upgrades a companion tool, Blast-Explorer, used to compare and group DNA or protein sequences. The goal is to keep cutting-edge methods accessible to scientists who just want an answer, not a software project.
Technical view
Phylogeny.fr's overhaul migrates its pipeline (alignment, tree-building, tree rendering) onto modern web architecture backed by HPC compute, while retaining legacy programs for reproducibility of older analyses. Two new React-based viewers, ReSeqt and Reactree, provide interactive, publication-ready visualization of multiple sequence alignments and phylogenetic trees respectively. The updated Blast-Explorer adds clustering options for organizing BLAST hit sets. Researchers can use the platform as a no-install pipeline for standard tree-building workflows, or point their own sequence sets at the individual tools via the web interface.
arXiv · q-bio.NCBuildable
Borrowing a brain trick called divisive normalization helps AI networks hold a memory smoothly, not in jumps.
Working memory — like remembering a phone number for a few seconds — requires a network of neurons to hold a continuously changing value steady over time. Classic mathematical models can do this in theory but need extremely precise tuning to avoid falling apart, and today's popular AI memory networks (like GRUs and LSTMs) tend to cheat by snapping values into a few fixed 'buckets' instead of tracking them smoothly. The researchers borrow a computation called divisive normalization, seen throughout real brains, where one signal is dampened in proportion to another. Building this into a simple recurrent network lets it naturally settle into smooth, stable memory states without hand-tuning, closing the gap between brain-like robustness and how AI models actually behave.
Technical view
The paper introduces RDNN, a minimal recurrent network incorporating divisive normalization as an algebraically isolated dynamic-division operation, and analyzes it via dynamical systems theory on canonical continuous working-memory tasks. Unlike GRUs/LSTMs, which tend to shatter the state space into discrete point attractors, RDNN converges to low-rank, high-fidelity slow manifolds that approximate continuous attractors without fine-tuning. The authors also examine gradient dynamics under the divisive-normalization constraint to explain why training is drawn toward these manifolds rather than discretized solutions. This offers a concrete, trainable architecture for researchers studying continuous attractor dynamics or seeking more robust RNN memory modules.
arXiv · q-bio.NCBuildable
An AI 'world model' learns to predict how your brain reacts moment-to-moment as a movie plays.
When you watch a video or listen to a story, your brain's activity keeps evolving in response to what you're seeing and hearing, and neuroscientists want to predict that evolving activity from the stimulus alone. Prior approaches mapped stimulus straight to brain response without properly respecting time, letting information about future moments sneak into predictions of the present — a subtle kind of cheating. NeuroWorld instead builds an internal, evolving representation of brain state (measured via fMRI brain scans) that updates causally as new sensory input arrives, similar to how 'world models' in AI let a system imagine what happens next in a video game. It first learns this internal dynamic without reconstructing the raw brain scan, then rolls predictions forward step by step, aiming for a more honest, biologically faithful account of how experience shapes ongoing brain activity.
Technical view
NeuroWorld frames naturalistic brain-dynamics prediction as stimulus-conditioned evolution in a learned latent state space, decoupling endogenous fMRI-measured brain states from exogenous multimodal stimulus features across two stages. Latent Dynamics Learning (LDL) trains a transition-sufficient latent representation and causal transition function via next-latent prediction (not signal reconstruction), enforcing strict temporal causality absent from standard stimulus-to-response regression baselines. Latent Rollout Decoding (LRD) then freezes LDL and autoregressively rolls out the latent trajectory before decoding to fMRI signal for evaluation. This architecture parallels world models in RL/video prediction and offers a template for causally-constrained brain encoding models adaptable to other neuroimaging modalities.
arXiv · q-bio.QMBuildable
A new benchmark checks whether AI chatbots will actually help design dangerous toxins, not just refuse politely.
AI language models increasingly help design proteins for medicine, but the same skill could be misused to generate the molecular blueprint for a toxin. Existing safety tests only look at whether a model says something inappropriate in plain English, but they can't tell if a string of amino acids (the building blocks of proteins) it generates is harmless nonsense or a genuine biological threat. This paper introduces SPIKE-Bench, 631 toxin-design prompts paired with a three-step filter checking whether the model complied, whether its output is a plausible real protein, and how toxic that protein is predicted to be. Testing 32 different AI models this way reveals gaps invisible to standard safety checks, giving developers a concrete way to measure and close the biosecurity risk.
Technical view
SPIKE-Bench pairs 631 curated toxin-design prompts spanning seven functional categories with the 'SPIKE funnel,' a three-stage evaluation pipeline: compliance filtering, biological plausibility scoring of any generated amino acid sequence, and predicted toxicity scoring, yielding stage-level diagnostics plus an aggregate Functional Harmfulness Rate (FHR). Applied across 32 LLMs, it moves beyond natural-language refusal-rate metrics to assess whether generated sequences constitute a computational biosecurity risk signal. Practitioners building red-teaming or alignment evaluations for bio-capable models can adopt the SPIKE funnel as a reusable scoring pipeline rather than relying on text-only jailbreak metrics.
arXiv · cs.LGBuildable
Scientists redesign a brain-scan AI so it not only decodes speech but reveals which brain regions drive it.
Researchers can already reconstruct snippets of speech someone hears just from magnetic recordings of their brain activity (MEG), using deep learning trained to match brain patterns with sound patterns. But those models are black boxes — their internal numbers don't correspond to anything a neuroscientist recognizes, so nobody knows which brain regions or sound features actually drive the decoding. This study redesigns the AI's front end using the real 3D geometry of the brain-scanning helmet instead of a flattened sensor grid, shrinks the number of internal 'channels' so each can be matched to a plausible real brain source, and filters out eye and heartbeat noise that could fake good results. The payoff is a decoder that performs the same trick as before but whose inner workings can be traced back to specific brain locations and speech properties.
Technical view
Building on a CLIP-style MEG-to-audio retrieval architecture (trained to align brain recordings with wav2vec 2.0 speech embeddings), the authors replace flattened-sensor spatial attention with spherical harmonics defined over the 3D MEG helmet geometry, and cut subject-specific branches from 270 to 25, each fitted with a temporal filter so it can be interpreted as corresponding to a specific neural source in space and time. The convolutional decoder is made shallower, and ocular/cardiac artifacts are removed pre-training to avoid stimulus-locked confounds inflating apparent accuracy. The result is an interpretable retrieval model whose components map to cortical sources and stimulus features, giving researchers a template for explainable neural decoding pipelines rather than opaque high-performing ones.
arXiv · cs.LGConceptual
A physics-style theory reframes constraints on neural network weights as the very shape of the learning landscape.
When training neural networks or quantum circuits, researchers sometimes restrict what values the network's internal weights can take — say, forcing them to follow a certain statistical pattern. Normally this is seen as a limitation that just shrinks the space of possible solutions and hurts performance. This paper flips that idea: instead of treating the constraint as a fence around the solution space, it treats it as defining the actual 'terrain' — the geometry — on which learning takes place, using mathematical tools (Wasserstein spaces) originally built for comparing probability distributions. In this view, both ordinary deep networks and quantum circuits are pictured as balls rolling downhill on this specially shaped terrain, and what used to look like lost capacity turns out to be a natural feature of the terrain's shape rather than a pure loss.
Technical view
The paper extends prior work on distribution-constrained perceptrons by formulating learning dynamics — for both classical deep networks and variational quantum circuits — as gradient flows on a product manifold: one classical Wasserstein space per layer plus a quantum Wasserstein space for circuit parameters. Under this metric-geometry framing, the capacity reduction traditionally attributed to distributional weight constraints is reinterpreted as an emergent property of the manifold's metric structure rather than a mere restriction of the solution set. This gives a statistical-mechanics/optimal-transport toolkit for analyzing capacity and learning dynamics jointly across classical and quantum architectures, potentially useful for researchers studying hybrid classical-quantum training or geometric capacity bounds.
bioRxiv · ecologyBuildable
An ensemble of AI models helps researchers skim thousands of papers without missing the important ones.
Systematic reviews require researchers to sift through thousands of paper titles and abstracts to find the handful relevant to their question — extremely tedious, error-prone work. This study tests whether large language models (AIs trained on huge amounts of text) can do this screening reliably, by running five different open-source LLMs together as a voting 'ensemble' across ten real systematic reviews covering nearly 20,000 studies in ecology and environmental science. They wanted to know both how well the AIs' combined ranking puts truly relevant papers near the top, and how far down that ranked list a human should actually keep reading before stopping. They found that combining just four of the AI models, chosen without even peeking at the correct answers beforehand, performed nearly as well as the best possible combination — suggesting a practical, generalizable recipe research teams could adopt right away.
Technical view
The authors benchmark an ensemble of five open-source LLMs for title/abstract screening across ten human-annotated systematic reviews (19,777 studies total) in ecology/environmental science, evaluating ranking quality (how well ensemble scores rank relevant above irrelevant studies) and proposing a stopping-rule for how far down the ranked list human reviewers should read. A four-LLM ensemble selected without access to ground-truth labels performed close to the best achievable ranking on every review, indicating the selection/combination method generalizes across corpora without per-review tuning. This offers a concrete, reproducible workflow (specific ensemble composition, score-combination rule, and stopping heuristic) that review teams can adopt directly to cut manual screening effort while bounding missed-relevant-study risk.
bioRxiv · biochemistryConceptual
A cellular shredder unfolds proteins better when their electric charge matches its intake channel.
Cells have molecular machines called AAA+ proteases that grab damaged or unwanted proteins, yank them apart like pulling a sweater through a straw, and then chew them up for recycling. This study looks at one such machine, ClpX, and asks why some proteins resist being unfolded even when the machine grips them just fine. The answer turns out to be electric charge: ClpX's entry channel is positively charged, so proteins that are also positively charged get repelled or misaligned as they're threaded in, while negatively charged proteins slide in smoothly because opposite charges attract. Using near-atomic images (cryo-EM) of the machine mid-action, the team saw the mismatched proteins getting stuck in multiple awkward positions instead of unfolding cleanly. This matters because it reveals a previously overlooked 'rulebook' — electrostatic fit, not just mechanical grip — that determines what gets destroyed and what survives inside a cell.
Technical view
The authors use ssrA-tagged GFP substrates varying in net surface charge to show that unfolding efficiency by the AAA+ unfoldase ClpX depends on electrostatic complementarity with its positively charged substrate-entry channel, independent of substrate recognition, thermal stability, ATPase activation, or pore-loop engagement. Cryo-EM structures of a positively charged substrate reveal heterogeneous, non-productive engagement states, whereas negatively charged substrates form stabilizing electrostatic contacts at the channel that likely promote processive translocation. This decouples mechanical pulling force from productive unfolding, implicating channel electrostatics as a rate-limiting parameter distinct from ATP hydrolysis and pore-loop grip. Practically, this suggests engineered degrons or substrate charge-tuning could modulate degradation rates in synthetic biology or targeted protein degradation applications.
bioRxiv · synthetic biologyBuildable
Scientists mixed and matched motor proteins to learn what 'code' makes cell skeletons twitch, flow, or freeze.
Inside cells, tiny rope-like filaments called microtubules get pushed and pulled by motor proteins (kinesins) to build shapes, move cargo, and even divide the cell — but nobody fully understands how small differences in a motor's molecular 'design' change the resulting large-scale motion. The researchers built a test-tube system, ActiveDROPS, that mixes bacterial cell extract with genetically engineered kinesin variants inside tiny droplets, letting them watch microtubules self-organize in real time. By swapping in twelve different natural kinesin versions, they found the resulting movements always fall into just three recognizable patterns — slow steady flows, fast brief bursts, or a multi-stage sequence of different flow types — despite the motors looking quite different. They paired this with computer simulations of the motors' 3D shapes to explain why. This matters because it's a step toward reading and writing the 'programming logic' behind how living material generates coordinated motion, useful for both basic biology and building synthetic active materials.
Technical view
The authors developed ActiveDROPS, a cell-free platform reconstituting microtubule active-matter dynamics in bacterial lysate droplets driven by genetically encoded kinesin-1 variants, enabling systematic screening. Across twelve kinesin-1 homologs, emergent filament dynamics cluster into three phenotypic classes ('Slow-Sustained,' 'Fast-Burst,' and 'Multiphase') distinguished by onset timing and duration of flow regimes (nematic, rotational, contractile). Motor sequence/structure variation was linked to these phenotypes via gliding assays and molecular dynamics simulations of AlphaFold-predicted motor structures, suggesting specific mechanochemical parameters (e.g., processivity, stepping kinetics) map onto collective flow class. This provides a screenable framework for reverse-engineering sequence-to-emergent-behavior rules in active matter, useful for designing synthetic cytoskeletal systems or motor variants with prescribed collective dynamics.
bioRxiv · molecular biologyConceptual
A DNA repair enzyme quietly keeps cancer cells' chromosome tips from fraying under oxidative attack.
The very ends of our chromosomes, called telomeres, act like protective caps, but they're especially vulnerable to a common type of oxidative damage (8-oxoguanine, essentially a 'rusted' DNA letter). Cells have repair crews that fix this damage, and this study focuses on one repair enzyme, MUTYH, whose specific job at telomeres wasn't well understood, especially in cancer cells. Using a clever light-triggered ('chemoptogenetic') tool to create this damage precisely at telomeres in lab-grown cancer cells, the researchers found that without MUTYH, telomeres shrink, get lost, and the genome becomes unstable over repeated damage — yet, oddly, the cells don't seem to notice or slow down. Genetic sequencing showed a specific pattern of mutations (G swapping to T) piling up at telomeres in MUTYH's absence. This matters because it identifies a hidden guardian of chromosome stability that could be relevant to how cancer cells accumulate mutations and potentially how to target them.
Technical view
Using a chemoptogenetic system to induce site-specific 8-oxoguanine lesions at telomeres in HeLa cells, the authors show MUTYH glycosylase activity (which excises adenine misincorporated opposite 8-oxoG) is required to prevent telomere shortening, loss, and genomic instability following chronic oxidative damage, complementing OGG1's established telomere-protective role. Notably, MUTYH-deficient cells show telomere attrition without triggering sustained DNA damage checkpoint signaling or proliferative arrest, suggesting telomeric damage tolerance or checkpoint evasion. Whole-genome sequencing reveals enrichment of G-to-T transversions at telomeric regions in MUTYH-deficient cells, consistent with unrepaired 8-oxoG mispairing during replication. This positions MUTYH as a telomere-protective BER factor whose loss generates a mutational signature exploitable as a biomarker or synthetic-lethal vulnerability in MUTYH-deficient cancers.
bioRxiv · evolutionary biologyConceptual
124 years of pressed flowers reveal how climate change is scrambling which violets bloom together.
When closely related plant species bloom at the same time, they can accidentally cross-pollinate and hybridize, which matters a lot for evolution. This study asks whether climate change has shifted the flowering timing of North American violets enough to change which species now overlap in bloom time. The researchers used a giant dataset — about 14,000 dried, dated flower specimens from museum collections (herbaria) spanning over a century — combined with climate records and traits of each species, to track when 52 violet species flowered each year as the climate warmed or cooled. They found substantial shifts, with some species blooming much earlier and others later, which reshuffled the overlap patterns between species that can interbreed. This matters because changing 'who blooms with whom' can alter rates of hybridization, potentially blurring species boundaries or creating new evolutionary pressures as the climate keeps changing.
Technical view
Leveraging ~14,000 herbarium specimen records for 52 North American Viola species, the authors reconstruct 124 years of phenological shifts and model flowering-time responses to climate variables alongside species traits. They find large, heterogeneous phenological advances and delays across species, which have measurably altered patterns of co-flowering overlap specifically among closely related, interfertile taxa — a group where overlap changes carry direct consequences for hybridization rates and reproductive isolation. The approach demonstrates herbarium-based phenology as a tool for detecting fine-grained, species-pair-specific climate impacts beyond community-level flowering shifts. This provides a template for assessing climate-driven hybridization risk in other interfertile species complexes using digitized natural history collections.
bioRxiv · animal behavior and cognitionConceptual
Reaching toward a mirror-flipped target quietly recruits conscious strategy, not just automatic habit.
When you learn a new hand-eye coordination task, like reaching for a target while your on-screen cursor moves in a weirdly distorted way, your brain can adapt either automatically (without you noticing) or by consciously figuring out a strategy. This study compares two types of visual distortion: a simple rotation of the cursor versus a 'mirror reversal,' where the distortion's direction and size change depending on where the target is. The researchers had people practice reaching under a small mirror-reversal distortion and measured whether participants were consciously aware of and using deliberate strategies, then tested whether that learning transferred to new, unpracticed target locations. They found that, unlike the standard rotation task, even a small mirror-reversal distortion pulled in noticeable conscious, deliberate strategy use, and this consciously-learned skill generalized well to new targets. This matters for understanding how our brains balance automatic versus deliberate learning, which has implications for rehabilitation and skill training.
Technical view
Across two experiments, the authors compare motor learning under a small (20°) mirror-reversal (MR) visuomotor distortion, where distortion magnitude/direction vary by target location, versus a standard 20° visuomotor rotation (VR) with uniform distortion. Using measures of explicit (conscious, reportable) versus implicit adaptation, they show that MR learning — even at small magnitudes previously assumed to be handled implicitly — robustly engages explicit motor and perceptual awareness of reach strategies, unlike matched-magnitude VR learning. Critically, MR-based learning generalizes to novel, untrained target locations, consistent with reliance on an explicit, generalizable strategy rather than local implicit recalibration. This suggests MR paradigms preferentially engage explicit strategic control even under conditions where implicit learning typically dominates, informing models of motor learning architecture and strategy-based rehabilitation protocols.
bioRxiv · biochemistryConceptual
A bacterial protein senses oxygen chemistry via a heme switch that flips it from single to paired.
Bacteria need fast ways to sense their chemical environment and change gene activity in response, and some do this with 'one-component systems' — single proteins that both sense a signal and act on DNA directly. This study examines one such protein, FG214, from a soil bacterium, and finds it uses a heme group (the same iron-containing molecule found in blood) as its sensor. When the heme's iron is in an oxidized state, the protein stays as a single unit (monomer) with its DNA-binding part tucked away and inactive; when the iron gets reduced, the protein's shape changes, releasing the DNA-binding part and letting two copies of the protein pair up (dimerize) to become active. The researchers used spectroscopy and structural biology to map out exactly how these shape changes happen step by step. This matters because it reveals a new mechanical blueprint for how cells convert a chemical redox signal into a genetic on/off switch, adding to the toolbox of biosensor designs.
Technical view
The authors structurally and spectroscopically characterize FG214, a heme b-binding one-component transcription factor from Fimbriimonas ginsengisoli, showing its PAS domain binds hexacoordinate heme b and undergoes redox/ligand-dependent conformational switching between monomeric and homodimeric states. In the oxidized state, the heme-bound PAS domain stabilizes an intramolecular interface with the helix-turn-helix (HTH) DNA-binding domain, sequestering dimerization surfaces; iron reduction dissociates this PAS-HTH interface, exposing homodimerization surfaces and enabling HTH-mediated DNA binding as an active dimer. This establishes a heme-redox-coupled monomer-to-dimer allosteric switch as a novel one-component signaling mechanism, distinct from canonical phosphorylation-based two-component systems, and offers a structural template for engineering redox-responsive transcriptional switches or biosensors.
bioRxiv · biochemistryBuildable
A physics-based math model predicts DNA copying mistakes just from neighboring letters and molecular forces.
DNA replication is astonishingly accurate, making an error only about once every billion to hundred billion letters copied, largely thanks to an early quality-control step where the enzyme picks the correct matching base. This accuracy isn't uniform, though — it depends on which letters sit next to the one being copied — and previous models could only fit this pattern after the fact rather than explain why it happens. This paper builds a model from first principles, using two basic physical properties: how strongly neighboring DNA letters stick together (stacking) and an asymmetry in how fast reactions happen in one direction versus another. When tested against real mutation patterns from three different organisms lacking a backup repair system, the model's predictions matched the actual data well. This matters because it turns a purely descriptive pattern into a predictive, physics-grounded understanding of why DNA replication errors happen where they do.
Technical view
The authors present a kinetics-based model of sequence-dependent DNA base selection fidelity derived from two physical parameters — nearest-neighbor stacking thermodynamics and directional kinetic asymmetry in base-pair formation/dissociation — rather than fitting per-context rate constants or invoking global template effects. Validated against experimentally observed mutation spectra from three mismatch-repair-deficient organisms, the model achieves correlation coefficients of r=0.74, 0.70, and ~0.6, suggesting it captures real mechanistic drivers of context-dependent fidelity during initial base selection. This provides a first-principles, generalizable framework practitioners could use to predict mutation hotspots/context effects in other organisms or engineered polymerases without exhaustive empirical rate-constant fitting, and could inform mechanistic studies of polymerase fidelity mutants.
bioRxiv · bioengineeringRunnable
Hidden cellular 'bubbles' riding along with nanoparticles are secretly faking their biological identity.
When nanoparticles (tiny engineered particles used in drug delivery and diagnostics) enter the bloodstream, they get coated with a layer of proteins called a 'protein corona,' which scientists believe determines how the body treats them — whether they're seen as safe, where they travel, and how well they work as a drug carrier. This study found a problem with how scientists usually measure that coating: they've been accidentally scooping up extracellular vesicles (tiny natural cell-released bubbles floating in blood) along with the nanoparticles, and mistakenly counting proteins from those bubbles as if they were part of the nanoparticle's own coating. By comparing corona measurements from normal blood plasma versus plasma that had these bubbles spun out beforehand, the researchers showed the 'bubble contamination' significantly distorts what scientists think the nanoparticle's biological identity is. This matters because it means a lot of past nanoparticle research studying drug safety and targeting may need to be reinterpreted or redone with cleaner methods.
Technical view
The authors demonstrate that standard nanoparticle (NP) protein corona isolation workflows in human plasma are confounded by co-isolation of extracellular vesicles (EVs), which contribute substantially to the apparent corona protein signature and are conventionally misattributed to direct plasma protein adsorption onto the NP surface. Using monodispersed polystyrene NPs (50–1000 nm) and superparamagnetic beads, they compare corona profiles between standard plasma and plasma depleted of an EV-enriched sedimentable fraction (100,000 x g ultracentrifugation, 2 h), revealing significant compositional differences attributable to EV carryover. This finding implies that a substantial body of prior corona proteomics data conflates EV cargo with true surface-adsorbed corona, and argues for routine EV-depletion or orthogonal validation (e.g., EV-specific markers) as a standard control in corona characterization workflows relevant to NP drug delivery and diagnostic development.
bioRxiv · bioinformaticsConceptual
Cancer's own tumor cells wear different disguises depending on where they sit inside it.
Glioblastoma is a highly aggressive brain tumor that varies wildly from one region to another, which is a big reason drugs targeting a single protein often fail. This team used spatial transcriptomics—taking a tissue slice and reading out which genes are switched on at thousands of tiny spots across it—to map 44 tumor samples in fine detail. They found that key drug-target pathways (like EGFR and VEGF) are active in some spots but not others, explaining why single-target therapies underperform, and they identified a network of gene-regulating proteins concentrated at the boundary between the tumor's core and the tissue it's invading. Mapping these 'neighborhoods' could help design combination therapies that hit multiple weak points at once instead of one a tumor can simply route around.
Technical view
Using 10x Visium spatial transcriptomics across 44 GBM slides (128,176 spot-level profiles, including 14 new slides plus Ivy GAP annotations), the authors quantify spatial heterogeneity in ITGAV/ITGB3, EGFR, VEGF, and PDGFRA pathway activity, showing why monotherapies against these targets have limited clinical success. They derive transcription factor regulon modules from spatially resolved expression and identify a distinct TF module enriched at the tumor core/invasive-edge interface. They further map cell-type-specific receptor-ligand signaling across spatial niches, giving a resource for nominating niche-specific combination targets. The dataset and niche annotations are positioned as a reusable resource for follow-up spatial or single-cell integration studies.
bioRxiv · cancer biologyConceptual
A gene-editing 'typo' in tumors may make immunotherapy work far better in colon cancer.
KMT2D (also called MLL4) is a protein that chemically tags DNA-packaging proteins to control which genes turn on — and it's frequently broken by mutations in colorectal cancer. Researchers mined large public cancer databases to compare tumors with and without KMT2D mutations, finding that the mutated tumors show much higher levels of immune-checkpoint molecules like PD-L1 and more infiltration by active immune cells. This suggests that when this chromatin regulator is disabled, the tumor becomes more visible and attackable by the immune system. The practical payoff is that KMT2D mutation status could serve as a biomarker to predict which colorectal cancer patients will respond well to immunotherapy.
Technical view
The authors performed integrative analysis of TCGA and MSKCC genomic and clinical datasets to correlate KMT2D (MLL4) loss-of-function mutations with immune signatures in colorectal cancer, finding elevated PD-L1, CTLA4, and CD8 expression alongside stronger T-effector and interferon-gamma transcriptional signatures in KMT2D-mutant tumors versus wild-type. Immune cell profiling supports increased active immune infiltration in the mutant group. The findings position KMT2D mutation status as a candidate predictive biomarker for immune checkpoint blockade response and potentially other therapy sensitivity in CRC, motivating prospective validation in immunotherapy trial cohorts.
bioRxiv · neuroscienceBuildable
A statistics trick lets scientists spot when a brain's mental map doesn't match reality.
When neuroscientists record brain activity, they usually assume neurons track exactly what an animal sees or does — but the brain's internal sense of things can drift away from what's actually measured. This paper builds a statistical method that treats that drift as a real unknown, modeling neural activity as depending on a hidden, possibly-distorted version of the measured variable rather than the measured variable itself. It uses flexible curve-fitting and a computer sampling procedure to simultaneously figure out each neuron's response pattern, the hidden internal trajectory, and a single number, kappa, that says how tightly the brain's internal representation matches reality. Tested on simulated data it correctly recovers the truth, giving researchers a principled way to ask 'how faithful is this brain region's model of the world?' instead of just assuming it's perfect.
Technical view
The method is a nonlinear error-in-variables regression that jointly infers neuron-specific tuning functions (via flexible basis expansion), latent internal-variable trajectories, and a scalar fidelity parameter kappa governing the coupling strength between latent and externally measured sensory/behavioral variables, using a sampling-based Bayesian inference scheme. On synthetic data the model recovers ground-truth latent dynamics and tuning curves, and correctly identifies the fidelity regime via cross-validated marginal likelihood, providing a model-selection criterion for how much internal representations deviate from measured variables. Applied to real population recordings, it offers an alternative to standard GLM/tuning-curve fits that assume perfect correspondence between neural activity and measured task variables — useful for testing representational drift or internal-model hypotheses in systems neuroscience.
bioRxiv · neuroscienceConceptual
One 'molecular glue' enzyme links Huntington's, ALS, and a rare muscle-wasting disease.
Many neurodegenerative diseases involve proteins ending up in the wrong place inside cells, and one reason proteins go astray is a chemical modification called S-acylation — attaching a greasy fat molecule to a protein so it sticks to the right membrane. This study focuses on the enzyme ZDHHC17, already linked to Huntington's disease, and shows it also modifies or interacts with several proteins central to ALS (Lou Gehrig's disease) and a related condition called VCP-associated multisystem proteinopathy, including VCP, TDP-43, FUS, and C9ORF72. Finding that one enzyme touches so many disease-linked proteins suggests these seemingly separate neurodegenerative diseases may share a common molecular chokepoint. That makes ZDHHC17, or S-acylation itself, an attractive single target for drugs that might help multiple diseases at once.
Technical view
The authors characterize ZDHHC17, a member of the ZDHHC S-acyltransferase family, as an S-acylation 'hub' whose reduced activity correlates with Huntington disease pathology, and extend this to ALS/VCP-multisystem proteinopathy by showing ZDHHC17-mediated S-acylation of or interaction with VCP and TDP-43, and by extension FUS, C9ORF72, and SQSTM1/p62. This positions dysregulated S-acylation machinery as a convergent mechanism across HD, ALS, and VCP-MSP, consistent with protein mislocalization as a shared pathogenic driver. The work nominates ZDHHC17 substrate identification (e.g., via acyl-biotin exchange assays) and its downstream localization effects as a route to therapeutics relevant across multiple neurodegenerative disease classes.
bioRxiv · neuroscienceBuildable
A computer twin of your balance reflexes reveals a hidden tipping point behind Parkinson's falls.
Standing upright seems effortless, but it requires the brain to constantly make tiny corrective adjustments — and in Parkinson's disease this control system can fail, causing falls. The problem is that very different internal control strategies can produce the exact same outward swaying pattern, so just watching someone sway doesn't reveal what their brain is actually doing. This team built a 'digital twin' — a mathematical model of the body's balance system — and used data from over a thousand people plus Bayesian statistics (inferring hidden causes from observed effects) to translate observed sway into the hidden control strategy behind it. They found healthy balance relies on a flexible, intermittent 'catch yourself when needed' style of control at a specific sweet-spot ratio, and that Parkinson's disease progressively pushes this system toward a tipping point where it can suddenly collapse — potentially explaining why falls in PD can seem to come out of nowhere.
Technical view
The authors address the identifiability problem between observed sway kinematics (z-space) and latent neural control-policy parameters (theta-space) in postural control by building a dynamical digital twin that couples an intermittent control model with Bayesian inference over a cohort of N=1,038, establishing a bidirectional z-to-theta mapping. They show healthy stance operates near an optimal intermittency ratio (rho≈0.5) under flexible intermittent control, and characterize how PD progression shifts this parameter toward a regime associated with catastrophic, bifurcation-like loss of postural stability. This gives a framework for inferring non-observable control parameters from routine sway/posturography recordings, potentially enabling patient-specific fall-risk prediction and a mechanistic biomarker for PD progression that other groups could apply to their own posturography datasets.
bioRxiv · molecular biologyConceptual
Snipping one end off a 'junk' RNA causes it to self-destruct and slows cancer growth.
MALAT1 is a long non-coding RNA — a gene that doesn't make protein but still does important jobs in the cell — and it's known to help drive several cancers. Its stability depends on a special fold at one end called a triple helix, but nobody had directly tested what happens if you remove that fold from the gene's natural spot in the genome. Using CRISPR gene editing, researchers precisely cut out this triple-helix region from the MALAT1 gene in gastric and breast cancer cells and watched what happened. They found that even small edits caused the RNA to fall apart rapidly and get degraded by the cell's cleanup machinery, and the cells' ability to multiply dropped — suggesting that drugs designed to destabilize this RNA fold could be a new way to fight cancers driven by MALAT1.
Technical view
Using dual-sgRNA CRISPR-Cas9 excision, the authors deleted the 3' triple-helix-forming element from the endogenous MALAT1 locus in AGS (gastric) and MCF7 (breast) cancer cells, ranging from full deletions to single-base changes, and show this triggers rapid exonucleolytic decay of the transcript and reduced proliferation, while biogenesis of the co-transcribed small RNA mascRNA remains unaffected (decoupled processing). DMS chemical probing of the edited transcript indicates altered secondary structure consistent with loss of the stabilizing triple-helix fold. This establishes the endogenous, in-locus requirement for the 3' triple helix in MALAT1 stability beyond prior in vitro biochemistry, and nominates the motif as a small-molecule or antisense-oligo target for therapeutically destabilizing MALAT1.
bioRxiv · evolutionary biologyConceptual
Even organisms that never have sex can edit out bad mutations — if cells swap DNA often enough.
Organisms that reproduce asexually are generally expected to accumulate harmful mutations over time and eventually decline, because sex and its DNA-shuffling step (meiosis) are usually what let evolution weed out bad mutations. This paper points out that even without sex, individual cells can undergo 'mitotic gene conversion' — a process where one copy of a gene overwrites its partner copy during normal cell division — which can also expose harmful mutations to selection, similar to what self-fertilization does. Using math and computer simulations, the authors show this cleanup process only works well if it happens frequently and if the bad mutations are recessive, meaning only harmful when both gene copies are damaged. The takeaway is that whether asexual species are doomed to genetic decay depends heavily on how often this usually-overlooked cellular process occurs in that species.
Technical view
Using analytical population-genetic models and simulations, the authors compare mutation accumulation between self-fertilizing and facultatively sexual populations experiencing mitotic gene conversion (MGC), quantifying purging efficacy under MGC in obligately asexual lineages. They show purging is maximized under high asexuality, high MGC rate, and recessive deleterious mutations — paralleling how selfing creates homozygosity-driven purging in sexual populations. Simulations further indicate that sufficiently high MGC rates in obligate asexuals can approximate the purging efficiency of self-fertilization, meaning MGC rate is a key unmeasured parameter for predicting whether an asexual lineage is heading toward mutational meltdown. This motivates empirical estimation of MGC rates across asexual taxa to test the model's predictions.
bioRxiv · genomicsConceptual
A scientific dispute over whether 'jumping genes' secretly diversify fly brain RNA — round two.
Brains achieve their complexity partly by producing many different versions (isoforms) of the same gene's RNA message, and one earlier study suggested that ancient 'jumping gene' sequences called transposable elements get spliced directly into neuron and glial-cell RNAs, adding to this diversity. A more recent paper reanalyzed that same original data with different software and couldn't find the same splicing signals, and also failed to confirm several of the original examples with a direct lab test. This paper is the original authors' rebuttal: they redo the analysis themselves and report that transposon sequences are indeed frequently used as extra 'exons' (spliced-in segments) in fly brain RNA, ranging from rare to fairly common events. It's a case study in how fragile and method-dependent genomic findings can be, and underscores the need for careful reanalysis and validation before claims about transposon-driven complexity are settled.
Technical view
This is a rebuttal to Azad et al. (2024), who reanalyzed the authors' original Drosophila brain RNA-seq data using the TIDAL pipeline and reported failure to detect the previously described transposable-element (TE) exonization events, including failed RT-PCR validation for 7 of 264 reported TE-gene pairs. The authors here perform their own quantitative reanalysis of TE exon usage in the same/related datasets and report that intronic TE insertions are recurrently recruited as alternative exons across a range of usage frequencies, from rare to near-constitutive, defending the original Treiber & Waddell (2020) findings. The dispute centers on pipeline sensitivity/specificity (TIDAL vs. their original method) for detecting TE-derived splice junctions, so replication attempts should carefully benchmark detection pipelines against known positive and negative controls rather than relying on a single tool's output.
bioRxiv · genomicsConceptual
Same disease diagnosis can hide totally different biological causes, DNA reveals which one you have.
Two people with 'type 2 diabetes' can have very different underlying biology, but doctors usually treat inherited risk as one big dial turned up or down. This study instead maps how disease-linked DNA variants act on the genome's control switches (called the epigenome) across many tissues, and finds the variants cluster into distinct 'regulatory programs' — recurring patterns of which genes get turned on or off. Sorting patients by which program their variants belong to, rather than by their diagnosis alone, uncovers hidden disease subtypes with opposite health profiles, like some diabetes patients facing much higher heart-attack risk than others. This matters because it could let doctors predict complications and tailor treatment based on a patient's specific biological pathway, not just their label.
Technical view
The authors integrate genome-scale epigenomic maps across human tissues and cell states to cluster disease-associated variants into recurrent regulatory programs, using an unsupervised approach without phenotype-specific priors — essentially decomposing polygenic risk into mechanistically distinct components rather than a single additive liability score. Applied to type 2 diabetes, distinct programs stratify patients into subtypes with divergent cardiometabolic trajectories and differential future myocardial infarction risk. This offers a template for refining PRS (polygenic risk score) interpretation by conditioning on regulatory-program membership, and a route to mechanism-informed patient stratification usable in downstream GWAS follow-up or drug-target prioritization.
bioRxiv · animal behavior and cognitionConceptual
Extinct-in-the-wild parrots only breed well when mates 'click' on a daily schedule.
The Spix's macaw, made famous by the movie Rio, has been extinct in the wild since 2019 and survives only through captive breeding, now numbering around 400 birds. Researchers built a detailed catalog of 85 macaw behaviors and tracked over 1,300 observations across 123 birds to understand what makes breeding pairs successful. They specifically measured how similar each partner's daily activity rhythms were — essentially, whether a pair 'synced up' in what they did and when, even outside breeding season. They found females synchronized much more closely with their actual mate than with other males, and crucially, only pairs with high behavioral compatibility went on to breed successfully — a finding that could help conservationists choose better breeding pairs to save the species.
Technical view
The study establishes a quantitative ethogram (85 behaviors, 1,357 records) for Cyanopsitta spixii and analyzes time-activity budgets from 10 pairs observed for 17 hours each, using time-activity similarity as a proxy for pair compatibility during the non-breeding season. Results show sex-specific synchronization (females align with mates more than with non-mate males) and a strong association between high time-activity similarity and successful breeding output. This gives ex-situ breeding programs a low-cost behavioral metric — rather than genetic or hormonal assays alone — for pair selection ahead of costly reintroduction efforts.
bioRxiv · bioinformaticsBuildable
A model that tells gene editors not just 'this will work' but 'how sure I actually am.'
Prime editing is a precise gene-editing technique that can rewrite tiny bits of DNA without cutting both strands, but scientists still can't reliably predict how well a given editing design will actually work in cells. Existing prediction tools just spit out a single number with no sense of how trustworthy that number is. This new tool, crispAIPE, uses an AI model (a transformer, the same kind of architecture behind chatbots) to predict not just the likely outcome but a calibrated range of confidence around it, treating the three possible editing outcomes as probabilities that must add up to a whole. It's been tested on over 92,000 real editing designs and shown to track actual results well, which should help researchers know which editing designs to trust versus which need more testing before use in the lab.
Technical view
crispAIPE is a transformer-based model that predicts the probability distribution over the three competing prime-editing outcomes (correct edit, indel, unedited) as a point on the 2-simplex via a Dirichlet likelihood, then wraps posterior predictions with split-conformal highest-density regions calibrated on a held-out fold to yield finite-sample coverage guarantees regardless of Dirichlet model miscalibration. Trained on 92,423 PRIDICT Library-1 pegRNAs with mutation-level target-disjoint splitting (preventing leakage across related mutations), it achieves Spearman correlations of 0.835–0.843+ against held-out efficiency measurements. Practitioners can use its calibrated uncertainty intervals to triage pegRNA designs — prioritizing high-confidence predictions for wet-lab validation and flagging low-confidence ones for redesign.
bioRxiv · bioinformaticsRunnable
Claude and GPT go head-to-head guessing which protein mutations actually work.
Scientists increasingly want to use general-purpose AI chatbots, not just specialized biology tools, to predict whether a mutated protein will still function — useful for drug design and understanding disease-causing mutations. This benchmark, PG-LLM, tests that idea rigorously: it gives various language models a normal protein sequence plus a description of an experiment, then asks them to rank 50 mutated versions by how well each would likely function, without giving them extra structural hints. The researchers compared thirteen general AI models against 95 specialized scientific prediction tools on identical tasks to see who really understands protein biology. Claude Opus 5 came out on top, only barely ahead of GPT-5.6, showing that today's general AI models are approaching (but interestingly still trail specialized tools in some conditions) real scientific capability in this area.
Technical view
PG-LLM repurposes the ProteinGym benchmark into 217 zero-shot variant-ranking tasks: given a wild-type sequence and assay description (no MSA or structural input), a model ranks 50 candidate mutants by fitness, scored via Spearman correlation against experimental assay results. Thirteen general-purpose LLMs are benchmarked head-to-head against 95 published protein-specific predictors evaluated on identical candidate sets. Claude Opus 5 leads at ρ=0.406, marginally above GPT-5.6 Sol's 0.402, though relative rankings shift depending on evaluation conditions — useful signal for practitioners deciding whether to rely on general LLMs versus dedicated fitness predictors (e.g., ESM-family or PRIDICT-style models) for variant-effect prioritization in protein engineering pipelines.
bioRxiv · physiologyConceptual
An antioxidant from olives makes creatine boost mouse stamina, not just strength.
Creatine is a well-known supplement that helps muscles produce quick energy for strength, but it doesn't do much for endurance. Tyrosol is a natural antioxidant compound (found in things like olive oil) that helps protect muscle cells from stress damage and helps cells recover their energy currency, ATP, faster. This study combined tyrosol with creatine and gave it to mice for four weeks of exercise training, then tested their grip strength and how long they could swim while weighted down before exhausting themselves. The combination appears to boost both muscle strength and stamina more than creatine alone, suggesting pairing an antioxidant with a classic energy supplement could offer a more complete performance and anti-fatigue benefit — though it's still an animal study, not yet proven in humans.
Technical view
The study evaluates co-supplementation of tyrosol (branded CreaSol) and creatine monohydrate (CM) in mice over a 4-week combined exercise-training and intragastric-dosing protocol, using serial forelimb grip-strength tests and exhaustive weighted swim tests as endurance/fatigue readouts. The rationale is mechanistic complementarity: creatine augments the phosphagen (ATP-PCr) system for short-duration force output, while tyrosol's antioxidant activity is proposed to mitigate oxidative-stress-driven ATP depletion, targeting the endurance limitation that creatine alone doesn't address. The abstract is truncated before quantitative comparative results, so effect sizes and statistical significance versus creatine-alone controls remain unspecified pending full text.
bioRxiv · plant biologyRunnable
AI now spots deadly air bubbles in plant veins, turning weeks of labor into minutes.
Plants can die from something like an internal 'stroke': air bubbles forming in their water-transport pipes during drought, called embolism, which is a key way trees and plants fail under water stress. Scientists have a clever imaging technique to watch this happen inside leaves, but turning thousands of raw images into usable drought-vulnerability numbers has always required painstaking manual work by an expert. This paper trains a neural network (an AI pattern-recognition model) to do that image processing automatically, learning from a dataset of 65 real leaves. The AI's results were nearly identical to a human expert's, but instead of taking who-knows-how-long by hand, the model trains in under a few hours and analyzes new images in mere seconds, which should let plant scientists study drought resistance across way more species and conditions than was previously feasible.
Technical view
The authors trained a neural network to automate post-processing of Optical Vulnerability Technique (OVT) images — a non-invasive method for visualizing embolism formation in leaf xylem and deriving drought-vulnerability metrics like P50 (water potential at 50% loss of conductivity). Using 65 Senecio pterophorus leaves as training/validation data, the model reproduced expert-derived P50 values within 0.027 MPa, with training times of 30 minutes to 2.5 hours and inference in seconds to minutes versus the manual expert workflow. The model and dataset are made publicly available, offering plant physiologists a drop-in replacement for the labor-intensive manual image-scoring bottleneck in OVT-based drought-vulnerability phenotyping at scale.
bioRxiv · plant biologyBuildable
Scientists trap plant viruses in place to test which RNA snippets can 'travel' through the plant.
Some RNA molecules (genetic messages that cells use to carry out instructions) can travel from cell to cell throughout a plant, and scientists want to harness this 'mobility' to deliver gene-editing tools or new traits without inserting foreign DNA. But testing which RNA sequences actually enable this travel has been hard, especially in grass-like crops (monocots) where the usual test method — grafting one plant onto another — doesn't work. Here, researchers engineered two plant viruses so that they normally would spread through the whole plant, but disabled that inherent full-body spread, turning them into controlled local testing platforms instead. Using glowing fluorescent tags in tobacco leaves, they could directly watch and measure how far different RNA 'mobility elements' traveled, letting them rank which genetic sequences are best at hitching a ride across cells — a toolkit useful for both dicot and monocot crops.
Technical view
The authors engineered movement-impaired ('immobilized') variants of Foxtail Mosaic Virus (FoMV, monocot-infecting) and Tobacco Rattle Virus (TRV, dicot-infecting) as transient-expression platforms that eliminate confounding systemic viral spread while retaining local replication and cell-to-cell delivery. Using fluorescent reporter fusions in Nicotiana benthamiana leaf assays, they screened seven previously characterized RNA mobility elements from both dicot and monocot species and could consistently rank their relative mobility frequencies across both viral chassis. This provides a generalizable, grafting-free screening platform for identifying and optimizing mobile RNA elements for RNA-based genome-editing and DNA-free transformation strategies, particularly extending mobility-element testing to monocot crop systems previously inaccessible via grafting.
bioRxiv · plant biologyBuildable
Breaking one lipid-building gene at a time reveals why mosses need fatty 'sugar-coated' membranes.
Glycosylceramides are a type of fat molecule found in cell membranes, decorated with sugar groups, and they're important across many organisms but their specific job has been unclear. This study used a simple model moss plant and genetically disabled different steps of the pathway that builds these molecules, creating a range of mutants missing pieces of the assembly line. By chemically analyzing the exact fat molecules present (lipidomics), and also studying growth, gene activity, and plant hormone levels in each mutant, the researchers could trace how losing glycosylceramides affects the plant. They found that a shortage of these molecules disrupts development mainly by throwing off the balance of related fat molecules the plant relies on, offering basic insight into how this widespread class of membrane lipids supports normal growth.
Technical view
The authors generated single and higher-order mutants in Physcomitrium patens disrupting SPHINGOLIPID Δ8-DESATURASE (which channels products preferentially into glycosylceramides) combined with Δ4-desaturase and glycosylceramide synthase, creating a mutant series with graded glycosylceramide deficiency. Targeted lipidomics defined each mutant's sphingolipid chemotype, while quantitative phenotyping, transcriptomics, and phytohormone profiling linked these chemotypes to developmental and physiological outcomes. Results indicate glycosylceramide deficiency impairs development primarily via disrupted free-ceramide homeostasis rather than loss of glycosylceramide function per se, giving researchers a genetic mutant toolkit and mechanistic framework for dissecting sphingolipid pathway contributions to plant development, transferable to sphingolipid research in vascular plants.
bioRxiv · plant biologyConceptual
Sprouting mungbeans juggle three essential amino acids on totally different clocks.
Branched-chain amino acids (BCAAs) — leucine, isoleucine, and valine — are building blocks our bodies can't make on their own, so we have to get them from food, and mungbean sprouts are a popular source. This study tracked how much of each BCAA builds up as a mungbean seed sprouts over 8, 24, and 72 hours, and also looked at which genes switch on or off to control that process. They found isoleucine and valine kept climbing the whole time, but leucine spiked early then dropped off after a day — showing the seed doesn't treat these three 'cousin' nutrients the same way at all. Understanding this timing could help growers sprout beans at the exact stage that maximizes the most valuable nutrients.
Technical view
The authors profiled free BCAA pools and paired transcriptomes across three germination time points (8H, 24H, 72H) in Vigna radiata, finding divergent accumulation kinetics: isoleucine and valine rose monotonically while leucine peaked early then declined post-24H. RNA-seq of BCAA biosynthesis and catabolism gene families revealed stage-specific expression shifts that plausibly underlie this divergence, implicating differential flux through shared upstream (branched-chain keto acid) pathways versus amino-acid-specific downstream steps. This gives a candidate gene set (biosynthetic vs. degradative enzymes) for future work correlating specific transcripts with leucine's post-peak decline, e.g., via qPCR validation or knockdown/overexpression in sprouting assays. Practically, it suggests harvest timing could be tuned to optimize individual BCAA content in sprout-based foods.
bioRxiv · plant biologyBuildable
Cold nights don't just freeze plants — they secretly reroute sugar traffic, a model reveals.
Plants have a well-known way of bracing for a deep permanent cold snap: they stockpile starch and sugars. But in the real world, many plants instead face 'chilling nights' — a cold night followed by a much warmer day — and it turns out plants respond to that very differently. Researchers exposed Arabidopsis (a lab mustard plant) to one or seven cold nights and measured its sugar and starch levels, photosynthesis, and the enzymes that shuttle carbon between sucrose (transportable sugar) and starch (stored sugar). Instead of piling up starch like in permanent cold, chilling nights push the plant to funnel more carbon into sucrose via an enzyme called SPS. They also built a computer model (a type of neural network fitted to biology) to figure out the hidden hour-by-hour reaction rates driving this shift, which matters because it shows plants have distinct 'playbooks' for different kinds of cold stress relevant to real farm conditions.
Technical view
The study contrasts metabolic acclimation to sustained 4-5°C cold versus repeated single chilling nights (0-6°C night, ≥12°C warmer day) in Col-0 Arabidopsis, measuring central carbon metabolites, starch, photosynthetic parameters, and maximal activities of sucrose-phosphate synthase (SPS) and related sucrose synthesis/cleavage enzymes across one vs. seven chilling nights. Rather than the starch over-accumulation typical of permanent cold acclimation, chilling nights instead shift carbon partitioning toward sucrose via SPS activation. To infer hidden diurnal reaction-rate dynamics from sparse time-series data, they fit a biologically constrained augmented neural ODE (ANODE) model — a hybrid mechanistic/machine-learning approach — enabling estimation of flux dynamics not directly measurable by standard assays. This methodology (constrained neural ODEs fit to metabolite time-series) is reusable for other plant stress-response flux inference problems where direct enzyme kinetics data is incomplete.
bioRxiv · plant biologyConceptual
Mungbean and cowpea sprouts pack way more antioxidant punch than soy or peanut sprouts.
Sprouted beans are often marketed as healthy, but this study checked whether that's true across different bean species and even different varieties within a species. The researchers grew ten different varieties each of soybean, mungbean, cowpea, and peanut sprouts under identical conditions, then measured their antioxidant power (using standard chemistry tests called ABTS and DPPH) plus levels of phenolics and flavonoids — plant compounds linked to health benefits — and 19 other bioactive metabolites. Mungbean and cowpea sprouts came out clearly ahead of soybean and peanut sprouts, and even within a single species the numbers varied a lot from one variety to the next. This kind of comparison helps consumers and food producers pick the sprout species — and even the specific variety — most worth eating or breeding for nutrition.
Technical view
Researchers benchmarked antioxidant capacity (ABTS, DPPH assays), total phenolic content (TPC), total flavonoid content (TFC), and a panel of 19 secondary metabolites across sprouts of four legume species (soybean, mungbean, cowpea, peanut), using 10 accessions per species grown under standardized conditions to separate species-level from accession-level variation. Mungbean and cowpea sprouts significantly outperformed soybean and peanut on all antioxidant/phenolic metrics (ABTS 13.67-49.33%, DPPH 7.91-55.16%, TPC 3.91-13.81 mg GAE/g, TFC 0.05-1.04 mg QE/g), with species-specific metabolite signatures such as isoflavones enriched in soybean. This accession-resolved dataset is directly usable for breeding programs selecting high-antioxidant lines or for food scientists choosing sprout sources by target bioactive profile.
bioRxiv · plant biologyConceptual
Maize lets its guard down chemically to welcome a fungus that actually helps it grow.
Plants make defensive chemicals to fend off attackers, but some fungi are actually good for the plant — so how does maize tell friend from foe? This study looked at a beneficial fungus called Colletotrichum tofieldiae that boosts maize growth, and asked whether the corn plant's defense chemicals (called benzoxazinoids) help or hinder that friendly relationship. By comparing normal maize to a mutant that can't make these defense chemicals, and testing both against the beneficial fungus and a harmful relative fungus, they found that maize actually dials down its chemical defenses to let the helpful fungus in and get its growth-boosting benefits. This flips the usual story where more defense chemicals are always better, showing plants sometimes have to relax their guard to gain a beneficial partnership — relevant to reducing fertilizer use by encouraging helpful microbes.
Technical view
The authors used transcriptomics, metabolomics, and functional assays to compare wild-type maize versus the benzoxazinoid (BX)-deficient bx1::DS mutant during colonization by the beneficial endophyte Colletotrichum tofieldiae (Ct0861) versus the pathogen C. graminicola (CgM1.001). They found coordinated downregulation of specialized defense pathways, including reduced BX output, during early beneficial colonization, and BX-deficient mutants showed altered Ct0861 colonization/growth-promotion outcomes relative to wild type — indicating BXs actively gate this symbiosis rather than being passively irrelevant. This establishes benzoxazinoid pathway manipulation (e.g., via bx pathway mutants or exogenous BX dosing) as a lever for engineering or screening maize genotypes optimized for beneficial endophyte colonization and reduced agrochemical dependence.
bioRxiv · plant biologyRunnable
Even a tree's youngest wood quietly rebuilds its internal water-filter walls within one growing season.
Trees move water up through microscopic tubes called conduits, and the walls between neighboring tubes — called pit membranes — act like filters that control water flow while also blocking dangerous air bubbles (embolisms) from spreading. Scientists knew these membranes change as wood ages from young 'sapwood' to old 'heartwood,' but nobody had checked whether they also change within the very first year of a conduit's life. By sampling branches from eight tree species across four seasons and using an electron microscope to measure membrane thickness and density, they discovered these membranes are already shifting significantly within that first growth ring — with big differences between species. This matters because pit membrane properties directly affect how vulnerable a tree is to drought-induced water transport failure, so understanding this early remodeling helps predict which trees might be more resilient to climate stress.
Technical view
Using transmission electron microscopy and image analysis on branch samples from eight temperate angiosperm species collected across four consecutive seasons, the authors quantified interconduit pit membrane thickness and greyscale intensity (a proxy for electron density/composition) specifically within the current year's growth ring — a timescale finer than the previously studied sapwood-to-heartwood transition. They found substantial interspecific variation in the magnitude and direction of within-season pit membrane changes, implying that hydraulic safety margins (linked to membrane thickness/porosity and embolism resistance) are not fixed at conduit formation but continue to be actively remodeled. This provides a methodological template (seasonal TEM sampling of current-year xylem) for linking real-time pit membrane ultrastructure dynamics to drought vulnerability across species, relevant to forest climate-resilience modeling.
bioRxiv · plant biologyRunnable
Which mungbean variety you sprout changes your vitamin dose more than you'd think.
Vitamins like B1, B2, B3, B6, B9 (folate), and C are essential nutrients our bodies can't stockpile, so we need a steady dietary supply — and mungbean sprouts are eaten widely as a source. This study measured all six vitamins precisely (using a chemical separation technique called UPLC) across 34 different mungbean varieties to see how much the vitamin content varies just based on genetics. Nearly every vitamin was found in every variety (except vitamin B6 was inconsistent), but the actual amounts differed a lot from one variety to another, and the team also checked whether those vitamin differences translated into measurable differences in antioxidant activity. The upshot is that not all mungbean sprouts are nutritionally equal — picking the right variety could meaningfully boost the vitamin content of a common food.
Technical view
The authors used UPLC (ultra-performance liquid chromatography) to quantify six water-soluble vitamins (B1, B2, B3, B6, B9, C) across sprouts from 34 mungbean genotypes, finding significant genotype-dependent variation in all vitamins except pyridoxine (B6), which was inconsistently detected. They further correlated vitamin profiles with antioxidant capacity and enzyme-based bioactivity assays to test whether compositional differences translate into functional outcomes. This genotype panel offers breeders and food scientists a ready reference for selecting high-vitamin mungbean lines, and the UPLC method itself is a replicable protocol for vitamin profiling in other sprouted legumes.
bioRxiv · plant biologyConceptual
A single DNA letter swap made Michigan ragweed shrug off a common weedkiller.
Farmers in Michigan noticed a common weed, ragweed, surviving herbicide sprays that should have killed it — a costly problem since it competes with soybean crops. Scientists tested the resistant weed populations against increasing herbicide doses and found they needed 24 to 36 times more herbicide to have the same effect as on normal, susceptible ragweed. Using a gene-sequencing technology, they pinpointed the cause: tiny mutations in a single gene (called PPO2) that change one building block of the protein the herbicide is supposed to jam up, including a brand-new mutation never seen before (R98Q). Computer simulations showed these mutated proteins bind the herbicide far more weakly, explaining the resistance — a finding that helps farmers know which chemicals will no longer work and guides development of new herbicides that can outsmart this mutation.
Technical view
Dose-response assays on two Michigan Ambrosia artemisiifolia populations showed 24- to 36-fold increases in sulfentrazone LD50 relative to a susceptible reference, plus cross-resistance to fomesafen — both PPO (protoporphyrinogen oxidase)-inhibiting herbicides. Nanopore sequencing of the PPO2 target gene identified two independent codon-98 substitutions, the known R98L and a novel R98Q, and computational docking/modeling indicated both reduce herbicide binding affinity at the enzyme's active site; R98Q conferred strong, selective resistance specifically in the PPO2 enzyme context. This nails down a second target-site resistance mechanism at the same residue, giving weed scientists a molecular marker (R98Q) for resistance screening and informing herbicide rotation/mode-of-action stewardship decisions in soybean systems.
bioRxiv · synthetic biologyBuildable
Yeast and E. coli engineered to brew Taxol's key precursor from scratch, no yew trees needed.
Taxol is one of the world's most important cancer drugs, but it's still mostly made by chemically finishing off a natural compound, baccatin III, extracted from yew trees — a slow, resource-limited supply chain. This research figured out a previously unknown biological shortcut: a molecule called taxusin can be converted step-by-step into baccatin III, and the team identified the specific enzymes (including ones that add or remove chemical groups at precise spots on the molecule) needed to do it. They then re-engineered some of these enzymes to work better and split the whole assembly line across two microbes — brewer's yeast and E. coli bacteria — getting them to manufacture baccatin III completely from scratch, without any yew tree material. This is a major step toward mass-producing Taxol sustainably in fermentation tanks instead of relying on slow-growing trees.
Technical view
The authors elucidated a previously unknown taxusin-mediated route to baccatin III, identifying a C13 deacetylase and clarifying the exact sequence of C1 hydroxylation steps within the complex multi-step Taxus diterpenoid pathway, validating each enzymatic step functionally. Through protein engineering of promiscuous C1 and C5 hydroxylases (improving substrate specificity/activity) and distributing the full pathway across a two-organism system (Saccharomyces cerevisiae and Escherichia coli), they achieved de novo microbial biosynthesis of baccatin III — the direct semi-synthesis precursor to Taxol (paclitaxel). This closes a major gap toward fully heterologous Taxol production, and the engineered hydroxylase variants plus the two-chassis pathway split are directly reusable building blocks for scaling fermentation-based Taxol precursor manufacturing.
bioRxiv · synthetic biologyBuildable
Scientists built a model that predicts—and redesigns—DNA to make cleaner mRNA vaccines.
To make mRNA medicines (like some vaccines), scientists use an enzyme called T7 RNA polymerase to copy DNA into RNA. The problem is this enzyme sometimes starts copying from the wrong spots, creating unwanted RNA 'byproducts' that are expensive to filter out and can trigger unwanted immune reactions. The researchers tested nearly 12,000 different DNA starting sequences (promoters) and used the results to train a computer model that predicts how fast and cleanly any given sequence will be copied. This lets manufacturers design better DNA templates upfront, producing purer RNA with less waste and lower risk of side effects.
Technical view
The authors generated a library of 11,588 T7 promoter variants and quantified mRNA output via in vitro transcription, capturing a 6,300-fold dynamic range. From this data they trained the T7 Promoter Calculator, a sequence-to-function ML model incorporating both core promoter and flanking sequence motifs, achieving R2=0.80 across a 500-fold predicted range. The model was then paired with generative design to engineer T7 expression constructs that suppress cryptic (off-target) transcription, directly reducing immunogenic RNA byproducts in therapeutic RNA manufacturing. This provides a practical design tool for optimizing IVT templates before synthesis rather than relying on post-hoc purification.
bioRxiv · systems biologyBuildable
A new AI predicts cancer's 'kill switch' gene pairs without needing known protein maps.
Some genes are 'synthetic lethal' partners—if you knock out both at once, the cell dies, but losing just one is survivable. This is a powerful idea for cancer drugs: find a gene pair where cancer already has one broken, then hit the other. Existing prediction tools rely on maps of which proteins physically interact, but those maps only cover a fraction of human genes and are biased toward famous, well-studied ones. This new tool, SLxGO, instead reads text-like descriptions of what genes do (their functional annotations) using a language-model technique, letting it make predictions even for obscure, understudied genes. It beat eight other leading methods, especially when guessing about genes it had never seen before.
Technical view
SLxGO is a network-independent ML framework for synthetic lethality (SL) prediction that replaces protein-protein interaction (PPI) network features with semantic embeddings of Gene Ontology annotations derived via BioBERT. This sidesteps the ~7,500-protein coverage ceiling and well-studied-gene bias inherent to PPI-based SL predictors. Across multiple cross-validation schemes, including cold-start settings on previously unseen genes, SLxGO outperformed eight state-of-the-art baselines in ranking accuracy. Practitioners could use this to prioritize SL candidate pairs genome-wide, including for genes lacking interactome annotation, as a screening prior for CRISPR-based synthetic lethality validation.
bioRxiv · neuroscienceConceptual
Brain scans catch people reusing mental 'Lego blocks' to master brand-new situations.
When you learn something new—like a new city's layout or a new game's rules—you don't start from scratch; your brain seems to reuse chunks of knowledge from past experiences. This study asked whether people can break down a complex learned skill into smaller reusable pieces and transplant those pieces into a totally new task. Volunteers learned sequences built from combinable 'building blocks' while researchers recorded their brain activity with MEG (a technique that tracks magnetic signals from brain activity in real time). Behavior showed people really were decomposing tasks into sub-parts and reapplying them, and the brain showed a specific, learning-related signal change tied to that transfer. This matters because it points to how brains achieve flexible, general intelligence rather than memorizing everything separately.
Technical view
Using a sequence-learning paradigm built on graph factorization (decomposable transition structures) with simultaneous MEG recording, the authors tested whether humans abstract dynamical substructure independent of sensory surface features and transfer it to novel task graphs. Behavioral data support decomposition into reusable subprocesses; neurally, successful transfer correlated with a learning-induced, condition-specific increase in a specific neural signature (abstracted structural representation, per the truncated abstract). The graph-factorization design offers a reusable paradigm for probing compositional generalization mechanisms, and could inform computational models (e.g., structured/graph-based RL) of transfer learning grounded in neural data.
bioRxiv · neuroscienceConceptual
Scans show monkeys and humans may share the brain's 'command center' for tough decisions.
Neuroscientists have long known that a specific network of human brain regions, sometimes called the 'multiple-demand' system, lights up whenever a task requires effortful thinking or control—like planning several moves ahead. It's thought to build a kind of working mental map of what needs to happen and in what order. This study wanted to know whether monkeys have an equivalent system, since so much of what we know about the brain's wiring comes from monkey research. Using brain scans while both humans and macaque monkeys navigated a multi-step maze by choosing where to look next, the researchers found the human results matched the classic control network closely, and found hints of a similar pattern in the monkey brain. This helps confirm that animal studies of this network are relevant to understanding human thinking and, potentially, disorders of attention and decision-making.
Technical view
The study used fMRI in humans and macaques performing a multi-step saccadic maze task (versus a matched control lacking goal-based decisions) to directly compare activation topology with the canonical multiple-demand (MD) system. Human activation closely reproduced the canonical MD network, extending into adjacent regions overlapping substantially with the dorsal attention network. Monkey data showed suggestive homologous engagement in dorsomedial regions (abstract truncated before full detail), supporting cross-species correspondence of cognitive control substrates. This cross-species mapping is directly useful for researchers wanting to validate macaque electrophysiology/lesion findings as models for human executive control and MD-system dysfunction.
bioRxiv · zoologyConceptual
A new scorecard grades how well zoo animal cells survive in the lab freezer.
Biobanks freeze living cells from wild animals to preserve genetic material for conservation, research, and even future cloning efforts, but different species and even different individual animals can behave very differently in culture, and there's been no standard way to judge whether a batch of cells is 'good.' This paper introduces the Cell Viability and Utility Index (CVUI), a scoring system that tracks cell cultures through four stages—getting them started, the first split, growing them up, and freezing them—and gives each a weighted score, adapted from a similar index originally built for animal sperm banking. Testing it on 154 culture attempts across 46 species at an Australian wildlife biobank, they found that which individual animal the cells came from mattered more to success than which species it was. This gives biobanks worldwide a consistent, comparable way to track and improve their cell-preservation success rates.
Technical view
CVUI is a staged, weighted scoring framework for wildlife fibroblast culture quality, covering establishment, first passage, expansion, and cryobanking, with a continuous viability modifier at the freeze-down stage, adapted from the Wildlife Sperm Index (Jacobs et al., 2026). Pilot validation across 154 culture rounds from 46 species at the Ian Potter Australian Wildlife Biobank used survival analysis to identify variance sources, finding individual animal identity (not taxon) as the dominant predictor of establishment success. This gives biobank operators a standardized, cross-taxon QC metric that can be integrated into collections-management systems for benchmarking culture protocols and prioritizing resource allocation across species and individuals.
bioRxiv · neuroscienceConceptual
Brain networks lose their neat 'pecking order' in patients stuck between coma and consciousness.
Being conscious isn't just about brain regions talking to each other—it may also depend on how those regions are organized into a hierarchy, like a company org chart with some regions more 'senior' than others in directing overall activity. This study looked at patients with disorders of consciousness (some minimally aware, some in an unresponsive wakeful state) and compared their brain scans to healthy people's, using methods borrowed from ecology that measure hierarchy in food webs ('trophic' analysis, originally used to rank predators and prey). They found that hierarchical organization patterns differed between healthy people and those with impaired consciousness, suggesting the brain's chain-of-command structure, not just how connected it is, matters for staying aware. This could lead to better ways to diagnose and distinguish these hard-to-tell-apart conditions.
Technical view
The study applies ecological trophic-level and trophic-coherence analysis, methods for quantifying hierarchical structure in networks, to resting-state fMRI data from healthy controls, minimally conscious state (MCS), and unresponsive wakefulness syndrome (UWS) patients from a prior DOC cohort. Combined with whole-brain dynamical metrics, they characterize how hierarchical organization (rather than only integration/complexity, the traditional DOC framework) relates to behavioral responsiveness. Findings position 'hyper-hierarchical' or altered hierarchical brain states as a distinguishing signature across the consciousness spectrum. This offers a novel graph-theoretic biomarker candidate for DOC classification, potentially complementing existing complexity-based measures (e.g., PCI) in clinical differentiation of MCS versus UWS.
bioRxiv · immunologyConceptual
Bacteria-triggered immune cells ship out fatty, inflammatory 'text messages' carrying a toxic enzyme.
Immune cells called macrophages, the body's cleanup crew, release tiny bubbles called extracellular vesicles (EVs) that carry molecular messages to other cells. This study found that when macrophages are exposed to bacterial material, the fat composition of these message-bubbles changes, becoming enriched in specific fatty molecules associated with inflammation, and other cells absorb these altered bubbles more readily. These souped-up bubbles then trigger more inflammation in cells that receive them, including making blood vessel linings more 'sticky' and reactive. The researchers also found that the bubbles carry an enzyme called iNOS, which produces nitric oxide, a molecule involved in inflammatory damage. This work maps a new route by which bacterial infections spread inflammatory signals throughout the body via these fatty message bubbles, relevant to conditions like sepsis.
Technical view
Macrophage (RAW264.7) extracellular vesicles were profiled by lipidomics after stimulation with Lacticaseibacillus rhamnosus bacterial lysate (BL) versus standard LPS, revealing enrichment of saturated fatty acids and ceramides forming a pro-inflammatory lipid signature that enhanced EV uptake by recipient cells. Functionally, BL-EVs and LPS-EVs activated macrophages (increased NO, TNF), while LPS-EVs additionally drove endothelial activation via IL-6, CCL5/RANTES, and ICAM-1 upregulation. The authors identify active inducible nitric oxide synthase (iNOS) as a functional EV cargo protein, implicating EV-packaged enzymes (not just RNA/protein cargo generally) as a mechanism of paracrine inflammatory propagation. This suggests EV lipidome and iNOS cargo as candidate biomarkers or intervention points in sepsis/peritonitis models.
bioRxiv · immunologyConceptual
Monkeys with different immune gene variants still make surprisingly similar anti-HIV antibodies.
To design an HIV vaccine, researchers often try to guide the immune system toward specific 'starter' antibody-producing cells, assuming that different people (or animals), despite having different genetic variants of these starter cells, will respond in similar ways to the same vaccine target. This study tested that assumption in monkeys infected with a monkey-adapted HIV-like virus (SHIV), examining the immune cells that react to the virus's envelope protein. They found that even though the underlying genetic makeup of these responding immune cells varied a lot between individual monkeys, especially for antibodies that don't broadly neutralize the virus, the overall function and behavior of the antibody responses ended up remarkably similar. This is reassuring for vaccine designers: it suggests you don't necessarily need everyone to have the exact same genetic starting antibodies for a vaccine strategy to work broadly.
Technical view
Using SHIV-infected rhesus macaques, the authors performed antigen-unbiased profiling of Env-reactive B-cell populations followed by systematic BCR sequencing and antibody functional characterization to test whether germline-targeting vaccine strategies' core assumption, that diverse individuals mobilize comparable germline precursors, holds empirically. They found that global functional profiles of Env-reactive B-cell/antibody responses converged across genetically diverse animals despite substantial underlying BCR genetic diversity, particularly among non-broadly-neutralizing antibodies (non-bnAbs). This decouples functional convergence from strict genetic (germline) convergence, suggesting lineage-based vaccine design strategies may tolerate more precursor diversity than assumed and informing how immunogen design and outcome metrics are chosen in nonhuman primate bnAb vaccine studies.
bioRxiv · microbiologyBuildable
Bacteria fire a poison-loaded nano-harpoon that somehow knows which toxin to load.
The type VI secretion system is a tiny crossbow-like machine bacteria use to stab and poison rival bacteria nearby. Its inner tube, a protein called Hcp, has to carry many different toxic cargo proteins even though those toxins don't carry any obvious 'load me' tag, and how the tube recognizes them has been a mystery. The researchers mutated nearly every building block of the tube one at a time while watching bacteria compete for survival, then used cryo-electron microscopy to freeze and image the tube at near-atomic detail. This let them separate the parts of the tube that must stay rigid to hold its shape from the inward-facing parts specialized for gripping cargo. Understanding this could let scientists reprogram these bacterial weapons or design ways to block them.
Technical view
Using P. aeruginosa H1-T6SS as a model, the authors combined competition-coupled deep mutational scanning with cryo-EM structural analysis of Hcp to build a residue-level fitness landscape. This distinguishes structurally constrained residues needed for tube polymerization from lumen-facing residues dedicated to effector engagement, and near-atomic Hcp-effector structures pin down the physical basis of cargo recruitment. A practitioner could use this mutational map to engineer T6SS tubes for custom effector delivery or to design inhibitors targeting the cargo-loading interface rather than the whole nanomachine.
bioRxiv · molecular biologyBuildable
An AI reads a receptor's molecular 'body language' and finds a hidden switch to dial down blood pressure signaling.
GPCRs are proteins studding cell surfaces that relay outside signals inward, and AT1R is the one that responds to a hormone driving blood pressure. Drug hunters want 'allosteric' modulators — molecules that subtly tune a receptor from a nearby pocket rather than blocking its main slot — but finding these hidden control points has been hard because existing computer models are often black boxes. Here, researchers ran physics simulations of the jiggling receptor and fed the data into a transparent statistical model (a Bayesian network) that traces energy connections between amino acids like a wiring diagram, revealing a signaling pathway from the hormone's binding site to where the receptor talks to the cell's machinery. Following that map, they identified a molecule that dampens the signal. This kind of interpretable approach could make it much easier to find safer, more selective drugs for GPCRs generally.
Technical view
The authors built an interpretable Bayesian network model (BNM) that represents each residue by its local interaction energy, extracted from molecular dynamics ensembles, to capture local and long-range energetic couplings without relying on opaque correlation-based ML. Applied to AT1R, it mapped an allosteric communication pathway linking the AngII orthosteric site to the G-protein interface, and the group used this map to functionally prioritize and identify a negative allosteric modulator. Practitioners could apply the same BNM-on-MD-ensemble pipeline to other GPCRs to surface cryptic allosteric pockets and communication routes for structure-based drug design.
bioRxiv · molecular biologyBuildable
Testing one experimental pill against 200+ different genetic 'typos' that cause cystic fibrosis.
About 1 in 10 cystic fibrosis cases comes from a 'nonsense' mutation — a premature stop signal in the gene that truncates the CFTR protein before it's finished — and these patients can't use most approved CF drugs. ELX-02 is an experimental drug meant to make the cell's protein-building machinery read through that stop signal anyway, but past trials tested it mostly in one specific mutation and saw only modest results. Here scientists grew miniature gut tissue (organoids) from 206 patients carrying many different stop-signal mutations and measured how well the drug restored CFTR function by watching the tissue swell in response to a stimulating chemical. This reveals which specific genetic stop-signals actually respond to the drug, rather than assuming it works the same for everyone. That matters because it could tell doctors which patients are actually likely to benefit.
Technical view
Patient-derived intestinal organoids (PDIOs, n=206) carrying heterogeneous CFTR nonsense variants were exposed to ELX-02 for 48 hours, with CFTR channel function read out via the forskolin-induced swelling (FIS) assay. Responses were stratified by genotype and stop-codon identity to define which sequence contexts predict readthrough efficacy, moving beyond the single-variant (G542X) focus of prior clinical trials. Clinicians or trial designers could use this stop-codon/genotype response map to stratify future readthrough-agent trials toward the variants most likely to respond.
bioRxiv · molecular biologyConceptual
Algae wrap their CO2-trapping organelle in a starch shell built the way you'd plaster a curved wall.
Pyrenoids are tiny structures inside algae that concentrate CO2 to make photosynthesis more efficient, and together they're responsible for roughly a third of all the CO2 fixed on Earth. Many pyrenoids are wrapped in a curved starch layer thought to act like a seal, keeping concentrated CO2 from leaking back out, but nobody knew how the cell sculpts ordinarily round starch grains into that curved wrap. By filming living algae cells with a microscope over time, researchers saw starch pads grow sideways around the pyrenoid's surface until they fully enclose it, and they found an enzyme called SBE1 sitting right at that site, required for this sideways growth. Since SBE1 normally works by adding branches to starch molecules, this suggests branching activity is what lets separate starch patches fuse into one continuous shell. The finding matters because engineering better CO2-concentrating machinery like this could help make crops photosynthesize more efficiently.
Technical view
Using live confocal imaging of Chlamydomonas reinhardtii, the authors tracked starch granule nucleation and subsequent circumferential (lateral) growth across the pyrenoid matrix surface until granules fuse into a continuous sheath. The starch branching enzyme SBE1 localizes specifically to the pyrenoid periphery, and its loss disrupts this circumferential extension, implicating branching activity in stitching adjacent starch plates together. This gives a concrete molecular handle — SBE1 localization and activity — for synthetic-biology efforts to engineer algal-style CO2-concentrating mechanisms into crop plants.