epitopepredict

Python package for epitope prediction


Keywords
epitope, mhc, immunology, biology, bioinformatics, epitope-prediction-methods
License
GPL-3.0
Install
pip install epitopepredict==0.5.0

Documentation

PyPI version shields.io License: GPL v3 Documentation Status

Background

epitopepredict provides a standardized programmatic interface and command line tool for executing multiple epitope prediction methods. Currently this largely consists of interfaces to several MHC binding prediction, the results of which can then be processed and visualized in a consistent manner. The Tepitope module implements the TEPITOPEPan method is provided as a 'built in' method. The IEDB tools and netMHCIIpan and mhcflurry are also supported. All of these tools are free for academic use. This software runs on most linux systems. Users are recommended to use the snap package for convenience. This software is under active development particularly with a view to improve the command line and web tools.

Documentation is at http://epitopepredict.readthedocs.io

Installation

current release:

pip install epitopepredict

from github repository:

pip install -e git+https://github.com/dmnfarrell/epitopepredict.git#egg=epitopepredict

or for snap package:

snap install epitopepredict