GithubHelp home page GithubHelp logo

atmtcr's Introduction

ATMTCR

ATMTCR consists of two parts, the MHC encoder and the TCR encoder. The packages required for the python runtime environment are in the MHC-encoder and the requirements.txt in the root directory respectively . Please refer to our paper for more details: 'Attention-aware contrastive learning for predicting T cell receptor-antigen binding specificity.'

The CDR3 sequences used for the pre-training process are from the TCRdb database. (http://bioinfo.life.hust.edu.cn/TCRdb/#/). This is the first time that the model is pre-trained for 10 million CDR3 sequences, and the encoder obtained by the model, which can directly encode CDR3 sequences, is convenient for use in related tasks.

TCR-encoder:Guided Tutorial

Need to change hyperparameters such as dataset in the code. Pre-training with TCR encoder,The encoder file is 'TCR-encoder/results/model_transformer_state_dict.pkl' Comand :

python TCR-encoder/main_train.py

Encoding of CDR3 sequences for downstream tasks using pre-trained models.

Comand :

python TCR-encoder/main_con.py

Note: We use the mainstream model netMHCpan as the MHC encoder to ensure that the MHC as well as the antigenic peptide encoding can preserve richer features

Command:

python MHC-encoder/mhc_encoder.py -input input.csv -library library -output output_dir -output_log test/output/output.log
  • input.csv: input csv file with 3 columns named as "CDR3,Antigen,HLA": TCR-beta CDR3 sequence, peptide sequence, and HLA allele.\
  • library: diretory to the downloaded library
  • output_dir : diretory you want to save the output
  • output_log : local directory to log file with CDR, Antigen, HLA information and predicted binding rank.\

Main:Guided Tutorial

After encoding by two encoders, downstream prediction can be performed using the master function Comand :

python main.py

atmtcr's People

Contributors

fangyiming avatar

Watchers

 avatar

atmtcr's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.