A library for analyzing monoclonal antibody characteristics by domain.
Project description
mAbLab
mAbLab is a Python library for analyzing monoclonal antibody (mAb) characteristics with domain granularity.
Features
- Analyze VL, VC, VH, CH1, CH2, CH3, Fab, LC, HC, Fc, andHinge domains of antibodies.
- Calculate protein properties such as molecular weight, isoelectric point, and extinction coefficients.
- Annotate CDR regions and infer germline genes.
- number sequences with Kabat, Martin, IMGT numbering schemes
Installation
Install the library using pip:
pip install mAbLab
Usage
import mAbLab
# Example sequences
hc_sequence = "EVQLVESGGGLVQPGRSLRLSCAASGFTFDDYAMHW..."
lc_sequence = "DIQMTQSPSSLSASVGDRVTITCRASQGIRNYLAW..."
# Create a Mab object
mab = mAbLab.Mab(hc1_aa_sequence=hc_sequence, lc1_aa_sequence=lc_sequence)
# Access Fab properties
print(mab.fab1.properties.charge_at_ph(6))
License
This project is licensed under the MIT License. See the LICENSE file for details.
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
mablab-1.0.3.tar.gz
(22.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
mablab-1.0.3-py3-none-any.whl
(24.3 kB
view details)
File details
Details for the file mablab-1.0.3.tar.gz.
File metadata
- Download URL: mablab-1.0.3.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9eb16f5894431705192b30decd2e1479a5d5af4bcf7ac51a54de3f999ab42da9
|
|
| MD5 |
9d7f2485f9b9139350830b17d933d6ec
|
|
| BLAKE2b-256 |
cc897e930ac5cec2c8c565fc00331c439209f93f09ef1ca444522ae229b68114
|
File details
Details for the file mablab-1.0.3-py3-none-any.whl.
File metadata
- Download URL: mablab-1.0.3-py3-none-any.whl
- Upload date:
- Size: 24.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a75fab03eca4b3dedfdd94bbafd70eef1bf62b5cac35846e774f098942423eac
|
|
| MD5 |
12f25ac513028333d0a2b1c06e5e3b09
|
|
| BLAKE2b-256 |
86ced6bc4a86d3c300e918df4eb0a70836b20d5c1194343d0b5ae779762bc23f
|