computational biology

Applying algorithms, statistics, and machine learning to biological data such as genomes, transcriptomes, and protein structures, using tools and methods like sequence alignment (BLAST), Biopython, scRNA-seq analysis, variant calling pipelines, and ML models for phenotype prediction.

computationalbiology

12-Month Skill Trend

Momentum and market value over time
Trending
Score
+20 in 12 mo
96
12 mo agoNow
Career
Value
+$12K in 12 mo
$42K/year
12 mo agoNow

Recommended Survey Paper

Quick overview of the field
View more

Machine learning (ML) applications in upstream biopharmaceutical processes are hindered by scarce, costly-to-acquire, and mechanistically complex process data. Method: This paper systematically reviews ML methodologies tailored for few-shot learning scenarios in bioprocessing. We propose the first taxonomy of ML methods specifically designed for bioprocess small-data regimes, organizing techniques along three unified dimensions: data augmentation, transfer learning, and physics-guided modeling—including meta-learning, Bayesian optimization, physics-informed neural networks (PINNs), few-shot transfer learning, and synthetic data generation. Contribution/Results: We identify and categorize 12 applicable methods, empirically evaluating their performance on critical tasks such as cell culture titer prediction and key process parameter optimization. The study reveals significant gaps in interpretability, cross-process generalizability, and experimental validation. Our analysis delivers a theoretically grounded, industrially actionable framework for method selection in biomanufacturing.

Addressing ML challenges with small datasets in bioprocessingClassifying ML methods for small data in upstream bioprocessingEvaluating ML effectiveness in data-constrained biopharmaceutical applications

Large Language Models in Bioinformatics: A Survey

Mar 06, 2025
ZW
Zhenyu Wang
🏛️ Peking University | The Chinese University of Hong Kong | The Hong Kong Polytechnic University | The University of Hong Kong

This paper addresses the challenges of data scarcity, high computational cost, and difficulty in cross-omics integration that hinder large language model (LLM) adoption in bioinformatics. To this end, we propose the first unified LLM framework tailored to multimodal biomolecular data—including DNA, RNA, proteins, and single-cell transcriptomes—integrating Transformer architectures, prompt engineering, parameter-efficient fine-tuning, and multi-task pretraining. We further introduce a novel evaluation paradigm specifically designed for biological data characteristics, benchmarking over 200 LLM-driven methods across four core tasks: genomic sequence modeling, RNA structure prediction, protein function inference, and single-cell transcriptomic analysis. Our results delineate performance boundaries and clarify translational pathways to clinical applications. Collectively, this work provides both theoretical foundations and practical guidelines for developing scalable, interpretable, and cross-omics–cooperative biomedical AI foundation models.

Challenges include data scarcity, computational complexity, and cross-omics integration.Future directions involve multimodal learning, hybrid AI models, and clinical applications.LLMs enable advanced analysis of DNA, RNA, proteins, and single-cell data.

Must-Read Papers

Most classic and influential ideas
View more

Automated Statistical and Machine Learning Platform for Biological Research

Nov 25, 2025
LR
Luke Rimmo Lego
🏛️ Stevens Institute of Technology

In biological research, the fragmentation between statistical analysis and machine learning tools, coupled with high usability barriers for non-programming users, impedes efficient and rigorous data-driven discovery. Method: We propose BioAutoML, a modular, biology-oriented automated analysis platform integrating classical statistical methods (e.g., t-tests, ANOVA, Pearson correlation) with interpretable machine learning (e.g., Random Forest classification). It supports automated data preprocessing, categorical encoding, feature importance assessment, and data-aware dynamic model configuration. Crucially, it introduces the first unified statistical–machine learning workflow, bridging methodological gaps via automated hyperparameter optimization. Contribution/Results: Evaluated on multiple chemomics datasets, BioAutoML achieves significantly higher classification accuracy than baseline approaches while preserving statistical validity. It enables domain scientists without programming expertise to perform end-to-end, interpretable, and statistically sound modeling—substantially accelerating biological insight generation.

Automates hyperparameter optimization and feature importance for non-programmersIntegrates statistical and machine learning methods for biological data analysisUnifies diverse tools to streamline workflows and enhance interpretability in bioinformatics

This study addresses the challenge of effectively integrating heterogeneous proteomic data—specifically, whole-sample mass spectrometry (MS) and multiplexed protein array profiles—in pancreatic cancer research. To overcome the limitations of conventional approaches that naively concatenate multi-source features, the authors propose a novel model fusion framework that explicitly models and leverages the heterogeneity between data sources through a tailored integration strategy. This approach synergistically exploits the complementary strengths of each modality rather than treating them as homogeneous inputs. Experimental results demonstrate that the proposed method significantly outperforms both single-modality models and standard fusion baselines in pancreatic cancer classification, yielding substantial improvements in diagnostic accuracy. The work thus offers a principled and effective paradigm for integrating heterogeneous multi-omics data in biomedical applications.

classification modelsdata integrationheterogeneous proteomic data

MLOmics: Benchmark for Machine Learning on Cancer Multi-Omics Data

Sep 02, 2024
ZY
Ziwei Yang
🏛️ Kyoto University | Osaka University

Existing public cancer multi-omics databases (e.g., TCGA, LinkedOmics) lack machine learning–oriented standardized preprocessing and unified programmatic interfaces, hindering model development and reproducibility. To address this, we propose MLOmics—the first plug-and-play multi-omics machine learning benchmark for cancer. It integrates data from 8,314 patients across 32 cancer types sourced primarily from TCGA, spanning genomic, transcriptomic, methylomic, and proteomic modalities. MLOmics provides standardized data curation, cross-platform feature alignment, stratified sampling, and integration with the BioLink knowledge graph. The open-source benchmark includes a complete end-to-end data pipeline, performance reports for 12 baseline models, and illustrative cross-omics fusion analysis cases. By unifying data access, preprocessing, and evaluation protocols, MLOmics significantly improves model reproducibility, cross-cancer generalizability, and biological interpretability—thereby bridging the critical gap between multi-omics resources and ML-driven cancer research.

Development of MLOmics benchmark to support bioinformatics and machine learning model evaluation.Lack of ready-to-use multi-omics datasets for machine learning models in cancer research.Need for high-quality, preprocessed datasets to improve cancer multi-omics analysis.

Data-Driven Logistic Regression Ensembles With Applications in Genomics

Feb 17, 2021
AC
A. Christidis
🏛️ University of British Columbia | KU Leuven

Addressing the challenge of simultaneously achieving high prediction accuracy and biologically interpretable biomarker identification in high-dimensional genomic binary classification, this paper proposes the first data-driven logistic regression (LR) ensemble framework that jointly ensures statistical interpretability and strong predictive performance. The method integrates L₁/L₂ regularization with ensemble learning to directly learn a small set of highly accurate and interpretable LR models via global optimization. It provides the first rigorous derivation of asymptotic statistical properties for such regularized ensemble LR estimators. Additionally, we develop a gene importance ranking tool based on resampling stability to enhance biological interpretability. Evaluated on real-world datasets—including cancer, multiple sclerosis, and psoriasis—the framework achieves significant improvements in classification accuracy and successfully identifies several critical disease-associated genes—previously missed by competing methods—that are independently validated in the biomedical literature.

Develops data-driven logistic regression ensembles for genomicsImproves prediction accuracy and biomarker identification in diseasesProvides variable importance ranking for prioritizing critical genes

SequenceLab: A Comprehensive Benchmark of Computational Methods for Comparing Genomic Sequences

Oct 25, 2023
MR
Maximilian-David Rumpf
🏛️ ETH Zürich | Georgia State University | University of Southern California

Existing gene sequence alignment methods lack systematic, cross-platform evaluation. Method: We introduce the first benchmark platform specifically designed for multi-platform sequencing data (Illumina, Oxford Nanopore Technology, and PacBio), systematically evaluating 11 state-of-the-art aligners—including exact, heuristic, and learning-enhanced algorithms. Contribution/Results: Our end-to-end empirical analysis quantifies, for the first time, the high sensitivity of alignment performance to both sequencing data quality and hyperparameter configurations. We propose a standardized four-dimensional evaluation framework assessing accuracy, speed, memory footprint, and noise robustness. Results reveal widespread deficiencies in robustness and resource efficiency across current tools. To support reproducibility and methodological advancement, we open-source a fully documented, end-to-end benchmarking pipeline on GitHub—providing an evidence-based foundation for algorithm selection, comparative analysis, and future alignment method development.

Computational complexityGene sequence analysisPerformance evaluation

Latest Papers

What's happening recently
View more

Automating Exploratory Multiomics Research via Language Models

Jun 09, 2025
SQ
Shang Qu
🏛️ Tsinghua University | Shanghai Artificial Intelligence Laboratory | National Center for Protein Sciences | State Key Laboratory of Medical Proteomics | Beijing Proteome Research Center | International Academy of Phronesis Medicine | Frontis AI

In clinical proteogenomics, converting raw multi-omics data into reliable, novel biological hypotheses remains a major challenge due to the lack of automated, interpretable frameworks. Method: We propose PROTEUS—the first fully automated hypothesis generation framework that uniformly models the scientific discovery process as an evolvable, interpretable research process graph. It integrates large language models, modular workflow simulation, graph neural network–based representation learning, and an automatic open-scoring mechanism to enable end-to-end analysis of heterogeneous high-throughput data. Contribution/Results: PROTEUS unifies exploratory analysis, statistical testing, and iterative hypothesis generation within a single graph structure, supporting open-science–driven autonomous discovery. Evaluated on 10 public clinical multi-omics datasets, it generated 360 hypotheses; external validation and automated assessment demonstrated significant improvement in the reliability–novelty trade-off. This advances general-purpose AI toward domain-specialized scientific discovery systems.

Automating hypothesis generation from multiomics dataBalancing reliability and novelty in hypothesesEnhancing clinical proteogenomics analysis efficiency

Breaking the Euclidean Barrier: Hyperboloid-Based Biological Sequence Analysis

Oct 01, 2025
SA
Sarwan Ali
🏛️ Columbia University | Lahore University of Management Sciences (LUMS) | Georgia State University

Euclidean space struggles to capture the nonlinear hierarchical structure inherent in biological sequences, limiting performance in sequence classification and similarity measurement. To address this, we propose a hyperbolic representation framework for genomic sequences based on the Poincaré ball model. Our method employs a learnable hypersurface feature mapping to embed discrete sequences into continuous hyperbolic space, preserving their intrinsic tree-like or hierarchical topology while achieving substantial dimensionality reduction. We further introduce a hyperbolic inner-product-based kernel matrix to enable efficient and geometrically consistent pairwise sequence similarity modeling. Experiments across multiple benchmark datasets demonstrate that our approach achieves an average 5.2% improvement in classification accuracy over Euclidean baselines and outperforms existing hyperbolic embedding methods in capturing biologically meaningful sequence correlations. This work establishes a theoretically grounded and practically effective paradigm for biological sequence analysis.

Capturing complex hierarchical relationships in sequence dataImproving sequence classification and similarity measurement accuracyTransforming biological sequences into hyperboloid space

seqme: a Python library for evaluating biological sequence design

Nov 06, 2025
RM
Rasmus Moller-Larsen
🏛️ Helmholtz Munich | Technical University of Munich | University of Warsaw | Warsaw University of Technology

Current biomolecular sequence design methods lack unified, reproducible evaluation standards, hindering fair and rigorous performance comparison. To address this, we introduce BioSeqEval—a modular, open-source Python evaluation library that systematically integrates three model-agnostic metric categories: sequence-based, embedding-based, and property-based—representing the first such comprehensive framework. It supports one-shot and iterative design evaluation across diverse sequence modalities, including small molecules, DNA, RNA, peptides, and proteins. The library incorporates state-of-the-art pretrained embedding models, machine learning–based property predictors, efficient sequence alignment tools, and interactive visualization modules for diagnostic analysis. Empirical evaluation demonstrates that BioSeqEval significantly enhances evaluation standardization, cross-method comparability, and methodological transparency. It exhibits strong flexibility and robustness across multiple benchmark design tasks, enabling reproducible, interpretable, and scalable assessment of generative sequence models.

Lack of unified software library for biological sequence design metricsNeed model-agnostic evaluation methods for computational sequence designRequire comprehensive metrics for diverse biological sequence types

Self-supervised learning on gene expression data

Jul 18, 2025
KD
Kevin Dradjat
🏛️ University Paris-Saclay | ADLIN | IBISC Laboratory

To address the bottleneck of supervised learning—its reliance on large-scale labeled samples—in phenotypic prediction from gene expression data, this study proposes a novel self-supervised representation learning paradigm. We systematically adapt three state-of-the-art self-supervised learning strategies—contrastive learning, masked reconstruction, and generative modeling—to bulk RNA-Seq data for the first time, conducting pretraining and downstream fine-tuning across multiple public datasets. Experimental results demonstrate that our approach significantly outperforms fully supervised baselines in phenotypic prediction accuracy; notably, it achieves comparable performance using only 10% of labeled data. Each method exhibits distinct strengths: contrastive learning delivers superior generalizability, masked reconstruction shows robustness to sparse signals, and generative modeling better supports multi-omics integration. This work establishes a reproducible methodological framework and practical guidelines for label-efficient analysis of genomic data.

Improving accuracy in biomedical research using bulk RNA-Seq dataPredicting phenotypes from gene expression data efficientlyReducing dependency on labeled data with self-supervised learning

Anatomy of a Machine Learning Ecosystem: 2 Million Models on Hugging Face

Aug 09, 2025
BL
Benjamin Laufer
🏛️ Cornell Tech | McGill University | Cornell University

This study investigates the evolutionary dynamics and structural characteristics of open-source machine learning models during downstream fine-tuning. Leveraging metadata and model cards from 1.86 million models on Hugging Face, it pioneers the application of evolutionary biology frameworks to AI model ecosystems—constructing fine-grained model phylogenies and integrating network analysis, genetic similarity metrics, and textual feature extraction to systematically characterize inheritance, mutation, and diffusion patterns. Key findings include: (1) a trend toward more permissive licensing; (2) significant degradation in multilingual support, with increasing English dominance; and (3) growing template-driven homogenization of model documentation. The work further identifies “family resemblance” as a structural invariant and reveals directed, rapid mutational bursts—demonstrating that AI model evolution follows quantifiable, predictable systemic drift. These insights establish a novel paradigm for model governance, reproducibility assessment, and ecosystem health monitoring.

Analyzes fine-tuning lineages of 1.86M ML models on Hugging FaceExamines directional drifts in licenses, language compatibility, and model cardsMeasures genetic similarity and mutation traits across model families

Hot Scholars

TF

Tianfan Fu

Nanjing University
AI for DrugAI for ScienceLarge Language Model
EY

Eitan Yaakobi

Professor at Technion
Coding TheoryInformation TheoryNon-volatile MemoriesStorage
LB

Lei Bai

Shanghai AI Laboratory
Foundation ModelScience IntelligenceMulti-Agent SystemAutonomous Discovery
CW

Connor W. Coley

Massachusetts Institute of Technology
machine learningdrug discoveryautomationsynthetic chemistry