Skip to content

deskk/AbGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AbGPT

Official repository for AbGPT: De Novo B-Cell Receptor Design via Generative Language Modeling.

Setup

To use AbGPT, install via pip:

pip install abgpt

Command line usage

Full sequence generation

To generate 1000 light chain sequences starting with "QLQL":

abgpt_generate --chain_type light --starting_residue QLQL --num_seqs 1000

To generate a BCR library with 1000 sequences for a number of starting residue (e.g., "QVQL", "EVQL", "VQLV") in the heavy chain:

abgpt_generate --chain_type heavy --starting_residue QVQL,EVQL,VQLV --num_seqs_each_starting_residue 1000

To generate a BCR library with 1000 sequences for a number of starting residue (e.g., "EIVL", "EIVM", "DIQM") in the light chain:

abgpt_generate --chain_type light --starting_residue EIVL,EIVM,DIQM --num_seqs_each_starting_residue 1000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages