Skip to content

Deep-learning predictor of T-cell receptor binding to cognate peptide-MHC, as part of master thesis project at Danish Technical University 2019.

Notifications You must be signed in to change notification settings

Magnushhoie/TCR-p-MHC

Repository files navigation

Deep-learning T-cell receptor to peptide-MHC binding predictor

Deep-learning based T-cell receptor binding predictor. Convolutional neural network based on protein-protein interaction model by Hashemifar et al 2018 (see poster). Input features are sequences of TCR, peptide and MHC cognate parts sourced from IEDB.org, and protein free energies extracted by FoldX. Protein structural models constructed using homology modelling in MODELLER, and is described in further detail in the thesis. CNN is coded in Pytorch and fast.ai deep learning library, see CNN.py.

Thesis title was "Deep learning using protein structural modeling for prediction of T-cell receptor and peptide MHC binding", June 2019, attended at Danish Technical University under supervisor Paolo Marcatili.

Project is based on previous work by Olsen TH: "Combining deep learning and structural modeling to predict T cell receptor specificity" - DTU Findit. https://findit.dtu.dk/en/catalog/2438676047

Poster, presented at KU Science/Novo Nordisk workshop on “Data Science in the Pharmaceutical Industry", Nov 15 2019:

Data overview:

  • data/00_model_structures: Raw dataset. Original TCR-p-MHC structural models downloaded from IEDB.org, split into 5 separate partitions, clustered by 30 % similarity
  • data/02_Features: CSV files for FoldX energy terms, identity scores, full aligned sequences, BLOSUM-alignment scores and more for all 1464 complexes.
  • data/03_Dataset: Full pre-processed dataset for which all training and validation was done. All performance statistics were done using this pre-processed dataset, except the Random Forest analysis using BLOSUM-alignment scores
  • Results: Prediction graphs and logoplots

Requirements (as used in conda environment):

About

Deep-learning predictor of T-cell receptor binding to cognate peptide-MHC, as part of master thesis project at Danish Technical University 2019.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages