README.md

bianchi_et_al_2017

Branch |GitHub Actions logo|Codecov logo ---------|-----------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------- master |make |codecov.io develop|make |codecov.io

R code for 'Transmembrane Helices Are an Overlooked Source of Major Histocompatibility Complex Class I Epitopes', by Frans Bianchi, Johannes Textor and Geert van den Bogaart.

These R scripts make almost all figures in the paper "Transmembrane helices are an overlooked source of MHC class I epitopes" by Frans Bianchi, Johannes Textor, and Geert van den Bogaart. (DOI: 10.3389/fimmu.2017.01118)

Figure 3

Figure 3 as published

Figure 3 is made by tmh-predictions/HLA_predictions.xlsx.

Figure 3 in the Excel sheet

Usage

If you have all prerequisites installed, you should be able to create all figures by typing make. All necessary data will either be downloaded (such as the human proteome) or is included in the folder data/ (such as the transmembrane domain predictions).

Run test

make test

Run full

make

Be aware that the HLA binding predictions can take several hours. It can be useful to speed up the process by running e.g. 'make -j 8' to run 8 jobs in parallel.

Prerequisites

To run the code, you need:

If you do not have the program wget or do not wish to install it, you can also download the human proteome yourself and store it in the folder 'proteome/' before typing 'make'.

Files

The folder 'data' contains two files with peptide sequences that were eluted from B lymphoblastoid cell lines. These sequences are taken from the following publication, which is also cited in our paper:

"Comprehensive analysis of the naturally processed peptide repertoire: differences between HLA-A and B in the immunopeptidome" by Schellens et al, PLoS One (2015) 10:e0136417. (DOI: 10.1371/journal.pone.0136417)

Open questions

Makefile as a call graph

Create graph

make pic

Downloads

Human proteome:

Topology of human proteome:

References



richelbilderbeek/bianchi_et_al_2017 documentation built on Jan. 4, 2023, 1:36 a.m.