Skip to content

A tool for predictiting T cell receptor-epitope binding specificity via interpretable deep learning

Notifications You must be signed in to change notification settings

Chenjw99/TEPCAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEPCAM

Prediction of T cell receptor-epitope binding specificity via interpretable deep learning image

Requirements

TEPCAM is constructed using python 3.8.16. The detail dependencies are recorded in requirements.txt.

To install from the requirements.txt, using:

pip install -r requirements.txt

Using a conda virtual environment is highly recommended.

conda create -n TEPCAM
conda activate TEPCAM
conda install -r requirements.txt

Model Training

For training TEPCAM, run command below:

python ./scripts/train.py --input_file="./Data/TEP-merge.csv" --model_name="TEPCAM" --epoch=30 --learning_rate=5e-4 --GPU_num=0

Model Evaluation

Model evalutation using test.py, run command below:

python ./scripts/test.py 
--file_path="./Data/ImmuneCODE.csv" 
--model_path="./model/TEPCAM_test.pt" 
--output_file="./output.csv" 
--metric_file="./metric_file.csv"

About

A tool for predictiting T cell receptor-epitope binding specificity via interpretable deep learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages