Related Experiment Video
Updated: Aug 6, 2026

A High Throughput MHC II Binding Assay for Quantitative Analysis of Peptide Epitopes
Published on: March 25, 2014
Pepitope facilitates TCR-neoantigen screen analysis in the R language
Moritz Broft1, Wouter Scheper2, Michael Schubert1,2
1Institute of Bioinformatics, Medical University of Innsbruck, Innrain 80, 6020 Innsbruck, Austria.
Motivation:
Functional screening of patient-derived T cell receptor (TCR)-neoantigen pairs via co-culture experiments is a way to design personalised immunotherapy or to investigate its mechanism of action. Current computational toolkits can either generate and prioritise candidate epitopes from tumour variants or count barcodes in sequencing data. However, they lack modules to support experimental screening, such as sample demultiplexing, construct quality control, and downstream analysis. To bridge these gaps, we present pepitope, an R package that integrates minigene library generation, sequencing-based quality control (QC), and differential abundance analysis of co-culture screens into a single software package within the accessible R/Bioconductor ecosystem.
Results:
pepitope workflows include the extraction of mutant and reference peptides with customisable flanking regions from tumour variant calls using Bioconductor annotation resources; demultiplexing and barcode counting for construct QC; and negative-binomial-based differential testing built on DESeq2 to identify immunogenic epitopes in TCR co-culture assays. By remaining within R, pepitope lowers the barrier for lab-based biologists familiar with R and Bioconductor to perform end-to-end co-culture screen analyses without needing dedicated computational support.
Availability:
pepitope (R ≥ 4.5.0) is freely available on GitHub under the GPL-3.0 license, with detailed vignettes hosted at https://mschubert.github.io/pepitope/. Installation is facilitated via the remotes package in R.