Cancer3.AIAI in OncologyAI Models › MHCnuggets
Task-specific model Open weights Research use only immunopeptidomics

MHCnuggets 2.x

Allele-specific LSTM networks — one per allele, 148 for class I — that read peptides letter by letter, so no alignment or padding is needed, and that are trained by transfer learning from the data-richest allele.

At a glance

DeveloperKarchin lab, Johns Hopkins University
Version2.x
Released2020-03-01
Licenceapache-2.0
AvailabilityOpen weights
KindTask-specific model
Regulatory statusResearch use only

What it does

Handles class I and class II in one framework and scales to high-throughput neoantigen calling; for an allele with no data it starts from the network of the closest allele by supertype.

Tasks, data types and cancers

CancerPan-cancer
Inputpeptide sequence of any length (no alignment)
Outputpredicted binding / presentation score

Architecture

FamilyLSTM recurrent network
Backbone64-unit LSTM, one network per allele

Transfer learning in two axes: from HLA-A*02:01 to every other allele, and from affinity data to mass-spectrometry data.

Training data

IEDB binding affinities followed by fine-tuning on MS-eluted ligands; 148 class I and additional class II networks.

Linked datasets

Evaluation

Benchmark / datasetMetricValueExternal validationSource
top 0.1% of a 1:999 decoy list PPV 0.42 as reported by the authors — computed differently from NetMHCpan's 0.83, and not the same quantity no Source

How to run

pip install mhcnuggets
from mhcnuggets.src.predict import predict
predict(class_='I', peptides_path='peptides.peps', mhc='HLA-A02:01')
LibraryPython (pip install mhcnuggets)

Regulatory status and intended use

Regulatory statusResearch use only
Intended useResearch software.

Source →

Regulatory status is quoted from the source linked above and can change. Research-use-only models must not be used for clinical decisions.

Limitations and bias

  • Not pan-specific: an unseen allele is served by a neighbour's network, chosen by supertype.
  • Per-allele networks inherit the extreme data imbalance directly.

Sources

  1. Shao XM et al. High-Throughput Prediction of MHC Class I and II Neoantigens with MHCnuggets. Cancer Immunol Res 2020
  2. cancer3.ai — Trzydzieści cztery litery zamka

This page is educational — it is not medical advice and does not replace consultation with an oncologist. Diagnostic and treatment decisions are made solely by specialist physicians.