Preserve biological context
Generate candidate 9-mers around multiple mutation classes without silently padding, truncating, or shifting the peptide away from the true altered sequence.
Graph AI / precision oncology
An end-to-end pipeline that turns patient variants into biologically grounded peptide candidates, graph representations, binding estimates, and a ranked shortlist.
Interactive architecture
Hover a node to isolate its dependencies, or switch focus to inspect the inputs, transformation core, and output boundary.
Case study
Generate candidate 9-mers around multiple mutation classes without silently padding, truncating, or shifting the peptide away from the true altered sequence.
TCGA records are matched to UniProt or reconstructed through Ensembl CDS, encoded as peptide graphs, scored by a GNN, and aligned to learned motifs in log-domain Sinkhorn.
The public repository includes preprocessing, candidate generation, graph construction, training, prediction, tests, CSV outputs, and a generated report.
Pipeline detail
Separate missense, frameshift, and in-frame mutation handling instead of forcing every event through one shortcut.
Recover wild-type protein context and simulate altered coding sequence where the mutation changes the downstream frame.
Attach biophysical features to residue nodes and use graph message passing to estimate peptide–MHC binding.
Combine binding estimates and learned motif alignment into auditable candidate outputs rather than an opaque terminal score.
Evidence boundary
The repository demonstrates data processing, model construction, training, and candidate reporting. It does not establish clinical efficacy, and the rankings should be read as research outputs requiring experimental validation.