Skip to main content

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


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)

Uploaded Source

Built Distribution

abgpt-0.1.2-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page