DLpMHCI doc
Home
  • Geting Start
  • Algorithm
  • Online analysis
  • Software package
  • Source code
FAQ
Contact (opens new window)
GitHub (opens new window)
Home
  • Geting Start
  • Algorithm
  • Online analysis
  • Software package
  • Source code
FAQ
Contact (opens new window)
GitHub (opens new window)
  • Getting Start

    • Introduction
    • Quick Start
  • Algorithm

    • Model Architecture
  • Online analysis

    • Website architecture design
    • Predict
  • Software package

    • Use this software
  • Source code

    • Configuring environment dependencies
    • Use these codes
      • Input description
      • Implementation
      • Output description
  • Docs
  • Source code
JiangLab
2022-09-22
catalogue

Use these codes

# Input description

The input data should meet the following format:

Columns Description
peptide 8mer ~ 11mer peptides (e.g. DSERFFIRY)
MHC MHC class I molecules (e.g. A*01:01), MHC is shown in /DLpMHCI_master/data/HLA.xlsx

# Implementation

It is noted that the following commands should be implemented under /DLpMHCI_master/src. You can implement the code as following:

python predict.py -path=[input path] 

For example:

python predict.py -path="../data/samples.csv"

# Output description

The output file is shown as /DLpMHCI_master/data/result.csv. The description of output is shown as follows:

Columns Description
Peptide 8mer ~ 11mer peptides
MHC MHC class I molecules
Bind Whether the peptide binds to MHC (1 indicates binding, 0 indicates non binding)
Score Binding fraction of peptide to MHC
Configuring environment dependencies

← Configuring environment dependencies

Copyright © 2022-2022 Jiang Lab | 赣ICP备20010039号
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式