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
      • Input description
      • Implementation
      • Output description
  • Source code

    • Configuring environment dependencies
    • Use these codes
  • Docs
  • Software package
JiangLab
2022-09-21
catalogue

Use this software

WARNING

This project only provides programs that can run on Linux.

# 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. A01:01), MHC is shown in /DLpMHCI/data/HLA.xlsx

# Implementation

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

cd DLpMHCI/predict
./predict -path=[input path] 

For example:

cd DLpMHCI/predict
./predict -path="../data/samples.csv"

# Output description

The output file is shown as /DLpMHCI/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
Predict
Configuring environment dependencies

← Predict Configuring environment dependencies→

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