A model for predicting peptide to MHC type II binding.
First install the dependencies required by the project:
pip install poetry
poetry installTo run the model run:
poetry run python -m mhc_ii_predTo see the usage, you can either checkout run.py or run:
poetry run python -m mhc_ii_pred --help- Install the dependencies as instructed by the previous section
- Download that data from their website
- Convert their data by running:
poetry run python scripts/netmhc_to_json.py <extracted_data_dir> - Train the model by running:
poetry run python -m mhc_ii_pred train output_EL.json