AbGPT: De Novo B-Cell Receptor Design via Generative Language Modeling
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
abgpt-0.1.2.tar.gz
(4.5 kB
view hashes)
Built Distribution
abgpt-0.1.2-py3-none-any.whl
(4.9 kB
view hashes)