Search papers, labs, and topics across Lattice.
This paper introduces Canopy, a heterogeneous graph foundation model designed to enhance metabolic engineering by integrating diverse biological data into a unified knowledge graph comprising 6.9 million nodes. By leveraging domain-specific foundation models to encode node features and employing a Heterogeneous Graph Transformer with advanced techniques, Canopy achieves superior performance in predicting fermentation titers compared to traditional tabular methods and homogeneous graph neural networks. The key result demonstrates that Canopy's embeddings yield an R虏 score of 0.41, significantly surpassing the best-performing tabular baseline of 0.24.
Canopy's innovative integration of multi-modal biological data into a single graph model revolutionizes fermentation titer predictions, achieving a notable performance leap over conventional methods.
Designing microbial strains that produce high-value chemicals at commercially viable titers remains a central challenge in metabolic engineering. Existing computational approaches either rely on stoichiometric constraint-based models that cannot learn from experimental data, or apply tabular machine learning to hand-crafted features that discard the relational structure of biological knowledge. We present Canopy, a heterogeneous graph foundation model that integrates ten public and proprietary data sources into a unified knowledge graph (KG) of 6.9M nodes across 13 types and 34 edge types, covering genes, proteins, metabolites, reactions, pathways, strains, and fermentation experiments. Node features are encoded through domain-specific foundation models (ESM-2 for protein sequences, MoLFormer for chemical SMILES, and PubMedBERT for biomedical text), yielding a multi-modal representation within a single graph. We pretrain a Heterogeneous Graph Transformer (HGT) augmented with SignNet positional encodings, Jumping Knowledge aggregation, and virtual nodes using four self-supervised objectives (link prediction, masked node modelling, distance prediction, and contrastive experiment clustering), balanced via learned homoscedastic uncertainty weighting. On the downstream task of fermentation titer prediction, frozen Canopy embeddings achieve $R^{2} = 0.41$ with a lightweight probe, outperforming tabular baselines (best $R^{2} = 0.24$) and homogeneous GNN variants.