Quick Start
# Online analysis macLinuxwindows
We have deployed the trained model on the server. Ordinary users can access DLpMHCI
through http://jianglab.org.cn/DLpMHCI (opens new window), which provides prediction, attention and other functions.
# Software package Linux
WARNING
This project only provides programs that can run on Linux.
We have uploaded the compressed file to github (opens new window), which can be downloaded and installed by the following methods.
# Download our software from git
git clone xxxx
# Source code macLinuxwindows
We also provide the source code of the model. You can download our source code from github (opens new window) and use it. In this case, you can use any system PC device, but your computer must have the following dependencies.
# Download our software from git
git clone xxxx
# Dependence
- DLpMHC I requires the following
Python 3.8
modules:numpy
1.23.1pandas
1.2.4einops
0.4.1pytorch
1.11.0