Leadership in Biotech

Tag: datasets

Illustration of a desk with a figure from a recent paper about generative AI and emergent phenomena

Can generative AI predict emergent phenomena?

The PNAS Perspective by Tiwary et al. takes on one of the hardest open questions in modeling-driven science: can generative AI predict emergent phenomena?

The authors trace a careful path through the foundations of both computational chemistry and generative modeling, bridging statistical mechanics concepts like force fields and free energy landscapes with architectures including autoencoders (AEs), generative adversarial networks (GANs), flow-based diffusion models, and large language models (LLMs).

Their central argument deserves attention: models capable of predicting emergence must embed physical laws, not merely fit datasets. Statistical mechanics, thermodynamics, and quantum constraints aren’t optional. The bright spots in the field are already moving this way. Reinforcement learning grounded in the principle of maximum caliber, diffusion models inspired by nonequilibrium thermodynamics, and hybrid frameworks like AlphaFlow and AF2RAVE all point toward a new synthesis: physics as foundation, generative AI as engine.

Yet the conditional structure of biological and chemical systems sets hard limits. Most training sets collapse critical variables (temperature, solvent composition, ionic strength, and conformational heterogeneity) into latent noise. Without explicit conditioning, models risk conflating context-dependent behavior with sequence- or structure-intrinsic features. What the field needs next are frameworks that make those assumptions explicit: guidance on when each class of model is appropriate, how to diagnose failure, and how to measure progress beyond visual plausibility or interpolation accuracy.

Leadership angle

For those leading or investing in AI-driven science, the message is clear: the next leap won’t come from larger models alone, but from tighter coupling between representation and reality. The teams that will lead this next wave are those fluent in both the language of data AND the laws that govern it.

Mentorship angle

For early-career scientists, this is an invitation to think rigorously about foundations.

Learn the physics as well as the Python.

Understand how bias enters your data and what it does to inference. The next breakthroughs won’t come from models that memorize reality, but from those that explain it, and can then predict new emergent phenomena.

Illustration of a desk with a figure from a recent paper about OncoGAN

OncoGAN Creates Synthetic Cancer Genomes, Opening New Paths for Privacy-Preserving Precision Oncology

This week’s AI ∩ Bio paper covers a recent Cell Genomics paper from the labs of Bo Wang and Lincoln Stein entitled “In silico generation of synthetic cancer genomes using generative AI.”

Summary

Cancer genomics has exploded in the past decade thanks to projects like TCGA and PCAWG, which have sequenced tens of thousands of tumors. These datasets power today’s precision oncology, but they come with a problem: strict privacy rules and limited access mean that few genomes can be freely shared. Enter OncoGAN—a new generative AI framework that creates realistic, privacy-preserving synthetic cancer genomes. Published in Cell Genomics, the study shows how AI can simulate tumor-specific mutation patterns in a way that is both biologically faithful and openly shareable.

Scientific Insight

OncoGAN works by combining different deep learning approaches to generate synthetic genomes that capture point mutations, copy number alterations, and structural variants across eight tumor types. The synthetic genomes successfully reproduce hallmark features such as tobacco- and UV-related mutational signatures, tissue-specific mutation densities, and known driver gene patterns. When tested, these “digital tumors” performed nearly identically to real samples in downstream algorithms like driver detection and tumor-of-origin classification. Importantly, mixing synthetic and real genomes slightly boosted the accuracy of a tumor-type prediction tool—especially for rare cancers where training data is scarce.

Leadership Angle

For diagnostics and biotech organizations, this paper provides a glimpse of how synthetic data can accelerate tool development while navigating the privacy and access barriers that have hounded cancer genomics for years. Synthetic cohorts could help level the playing field for rare cancers, allow fairer benchmarking across companies, and speed up early R&D. The caution: these datasets are complements, not substitutes—real clinical validation remains essential. Leaders should ask not just can we use synthetic data, but where in our pipeline does it add value without creating risk.

Mentorship Angle

For early-career scientists, this paper is a reminder that technical brilliance isn’t enough. The OncoGAN team shows three habits worth emulating: they (1) designed with interoperability in mind—outputs are in standard formats like VCF; (2) validated their models with external tools, not just their own metrics; and (3) openly stated limitations, from missing low-frequency signatures to not yet modeling subclones. These are the practices that build credibility in science. If you’re starting out, take this as encouragement: your career impact may come not from the flashiest model, but from building rigorous, shareable, and honest tools that push the whole field forward.

Deeper Look

Opportunities to Extend and Deepen the Impact of OncoGAN

The OncoGAN framework marks a timely and technically rigorous advance in synthetic genome generation for cancer research. By combining a variational autoencoder (VAE) and generative adversarial network (GAN), the authors trained on over 23,000 whole-genome sequenced tumor samples to produce synthetic genomes that mimic somatic mutations, copy number alterations, and structural variants across multiple cancer types. This offers a promising route toward generating shareable, privacy-preserving datasets for algorithm development and benchmarking in precision oncology.

That foundation is strong. But to fully realize the promise of OncoGAN—not just as a statistical mimic, but as a biologically faithful tool—several opportunities for deeper analysis and refinement remain.

Interpretable Latent Space Structure

The model’s latent space—where high-dimensional genomic data are compressed into abstract representations—has not been probed for biological meaning. At present, it’s unclear whether the model learns known biological axes of variation (e.g., DNA repair deficiency, chromosomal instability) or simply dominant data trends.

Opportunity: Apply dimensionality reduction (e.g., UMAP) or clustering to the latent vectors and examine whether tumor types, mutation burdens, or known pathways segregate. Interpreting this space could help move OncoGAN from a black-box generator to a tool for uncovering latent structure in cancer genomes.

Regional and Feature-Level Fidelity

Real cancer genomes are heterogeneous—not just across samples, but across regions within each genome. Coding regions, for example, are typically lower entropy and more functionally constrained than intergenic areas, making them easier to learn. Conversely, complex rearrangement zones or repetitive elements may be under-modeled or blurred by the VAE’s compression.

Opportunity: Assess region-specific reconstruction accuracy (e.g., exons vs. telomeric regions) and mutation-type fidelity (e.g., SNVs vs. large structural variants). This would clarify whether OncoGAN preserves biologically important regions or smooths over hard-to-model areas.

Network-Based Validation of Biological Structure

Cancer evolution isn’t random; it follows structured trajectories involving co-occurring and mutually exclusive mutations, often within pathways. These patterns can be lost in aggregate summary statistics.

Opportunity: Construct mutation co-occurrence or pathway activation networks from synthetic genomes and compare them to networks from real tumors. Similar network topology would suggest that OncoGAN learns the structure of cancer mutagenesis—not just global frequencies.

Contrastive Modeling with Non-Cancer Genomes

Currently, the model is trained only on tumor samples. This makes it difficult to determine whether OncoGAN captures tumor-specific signals or just generic mutation distributions.

Opportunity: Incorporate healthy genomes as a contrastive class during training or evaluation. This would allow testing whether synthetic tumors retain discriminative features—e.g., chromosomal instability, elevated mutational signatures—that distinguish cancer genomes from background variation.

Modeling and Filtering of Assay Artifacts

Real sequencing data contain technical noise—from FFPE-induced damage to platform- and batch-specific artifacts—that can be inadvertently incorporated into the training signal. Without careful handling, OncoGAN may learn and reproduce these artifacts as if they were biological features.

Additionally, if the model is trained on processed variant calls (rather than raw sequencing reads), it may inherit systematic biases from upstream bioinformatics pipelines. Regions of the genome that are hard to map, structurally complex, or artifact-prone—such as repetitive elements and telomeric regions—are often underrepresented or excluded entirely. These biases can subtly shape the generative model’s internal assumptions about what defines a “typical” cancer genome.

Opportunity: Include artifact-aware preprocessing, noise injection modeling, or explicit de-noising during training. Downstream validation should also check whether known artifacts (e.g., C>T errors from FFPE deamination) are overrepresented in synthetic genomes. Future directions could also explore alignment-free or graph-based genomic representations to mitigate inherited limitations from short-read pipelines.

Sample Size Sufficiency and Model Saturation

While 23,000 genomes is a large training set, the field lacks evidence that this sample size captures the full spectrum of tumor heterogeneity—or that OncoGAN has reached its capacity limits.

Opportunity: Perform downsampling analyses and learning curves to test when performance saturates. This would clarify how many samples are needed to generate reliable synthetic genomes across both common and rare tumor types.

Closing Note

OncoGAN offers a scalable, technically impressive solution to a pressing problem in cancer genomics. The next step is to elevate it from a tool that statistically resembles real data to one that biologically recapitulates the processes and structures that drive tumor evolution. Doing so will make it not just a data-sharing tool—but a discovery engine.

Illustration of a desk with a figure from a recent paper about Graphinity

Investigating the volume and diversity of data needed for generalizable antibody–antigen ΔΔG prediction

This week’s AI ∩ Bio: Reading the Revolution paper isn’t just a new model or a shiny dataset. It’s a reality check that cuts through superficial benchmark performance to ask harder questions about AI for antibody design.

While many models report high accuracy on test sets that closely resemble their training data, Hummer et al. go further, testing how models perform when challenged with unseen antibody–antigen complexes. This approach led to a rigorous investigation of why models fail, and what it would take to make ΔΔG prediction truly generalizable.

They introduce Graphinity, a graph neural network trained to predict changes in antibody–antigen binding affinity (ΔΔG). They rigorously stress-test the system: varying sequence identity cutoffs, benchmarking against other architectures, simulating noisy labels, and even filtering mutations by evolutionary plausibility.

The findings are clear and sobering: it’s not the model that’s the bottleneck. It’s the data: data size, data diversity, and data alignment with real-world biological utility.

Graphs showing considerations for experimental ΔΔG dataset generation, with respect to ML predictiveness

a,b, Model performance with varying training plus validation dataset size

Scientific Insight

The core contribution isn’t Graphinity’s design (though it performs well). It’s the authors’ commitment to not mistaking narrow wins for general insight. They show that a 0.9 Pearson correlation can be misleading if training and test data are too similar. That scaling dataset size doesn’t help if you’re mutating the same few complexes. And posit that no model—regardless of architecture—can learn to generalize if it’s never exposed to true diversity.

Crucially, they quantify the gap: at least 90,000 experimental ΔΔG values may be needed to reach robust generalization. And they begin to chart how we might get there—by prioritizing diverse substitutions, broad antigen coverage, realistic effect sizes, and evolutionarily grounded mutations—not just alanine scans.

To R&D leaders

This paper demonstrates what it looks like to take biological realism seriously. If you’re evaluating models for therapeutic antibody design, don’t just ask about top-line metrics. Ask how performance changes when similar complexes are removed from the test set. Dig deeply into what signal the model is learning and whether that signal will hold for the next antigen.

To early-career scientists

This paper helps us see what not fooling yourself looks like. It’s a reminder that model performance only matters when grounded in data that reflects the system’s true complexity. If you want to build models that generalize, start by designing experiments that enable that.

Powered by WordPress & Theme by Anders Norén