Newer
Older
Given a list of somatic mutations (VCF file) as input, MuPeXI returns a table containing
all mutated peptides (neo-peptides) of user-defined lengths, along with several pieces
of information relevant for identifying which of these neo-peptides are likely to serve as
NEW: MuPeXI is now tested and compatible for suquencing data of murine origin.
MuPeXI is freely available for academic users (see [License](/LICENSE)) , other users are requested to contact CBS Software Package Manager at software@cbs.dtu.dk.
Cancer Immunol Immunother. 2017 Apr 20. doi: 10.1007/s00262-017-2001-3.
PubMed ID: [28429069](https://www.ncbi.nlm.nih.gov/pubmed/28429069)
You can read the paper here: http://rdcu.be/rwVP
For use of the murine species option additonal citation of the following would be highly appreciated.
Bjerregaard AM, Pedersen TK, Marquard AM, Hadrup SR.
Prediction of neoepitopes from murine sequencing data.
Cancer Immunol Immunother. 2018 Oct 05. doi: 10.1007/s00262-018-2254-5.
PubMed ID: [30291365](https://www.ncbi.nlm.nih.gov/pubmed/30291365)
human specific [web server](http://www.cbs.dtu.dk/services/MuPeXI/)
and mouse specific [web server](http://www.cbs.dtu.dk/services/MuPeXI-mouse/)
MuPeXI currently runs only on x86_64 machines running Linux or Darwin.
#### Required software:
* [Python 2.7](https://www.python.org/download/releases/2.7/)
* [NetMHCpan 4.0](http://www.cbs.dtu.dk/cgi-bin/nph-sw_request?netMHCpan)
* [Variant Effect Predictor (VEP)](http://www.ensembl.org/info/docs/tools/vep/index.html)
* [Biopython](http://biopython.org/wiki/Download)
* [numpy](http://www.numpy.org/)
* [pandas](http://pandas.pydata.org/)
* [Picard tools](https://broadinstitute.github.io/picard/)
* [Java 8](https://java.com/en/download/help/linux_x64rpm_install.xml)
3. Obtain the reference files from GRCh38. These include cDNA, peptide and COSMIC
files; see the References section in the [user manual](/doc/MuPeXI_User_Manual.md)
for a detailed description.
* Provide the full path to NetMHCpan and VEP.
Additional peptide references and liftover paths can be provided in the config.ini
file; see the user manual for detailed information. Instructions on how to fill in
the config.ini file are found within the file. `config.ini` is automatically found if
it is in the same directory as `MuPeXI.py` script, but it can also be placed elsewhere
and specified by the `-c` option.
Here is a simple example in which somatic mutation calls and gene expression data are
provided, and MHC binding is predicted for HLA types HLA-A01:01 and HLA-B08:01.
path/to/MuPeXI.py -v mutations.vcf -a HLA-A01:01,HLA-B08:01 -e expression.tsv
MuPeXI can be used for both peptide extraction, giving immunogenicity information for
peptide selection (the default), and for generation of a FASTA-formatted mutant-peptide
file suitable for input to mass spectrometry peptide search software (with the `-f`
option).
All options can be displayed using the usage information with the `-h` option:
## User Manual
For detailed information about usage, input and output files, test examples and data
preparation read the [MuPeXI User Manual](/doc/MuPeXI_User_Manual.md)
Department of Bio and Health Informatics
Technical University of Denmark
http://www.bioinformatics.dtu.dk/english
## Algorithmic Flow Chart
