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.1.tar.gz
(20.2 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.1-py3-none-any.whl
(23.6 kB
view details)
File details
Details for the file mAbLab-1.0.1.tar.gz.
File metadata
- Download URL: mAbLab-1.0.1.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc2bda136176f6470b7c36d056fdfca0328aa06694ab4520764cae627ae0409a
|
|
| MD5 |
72b74963f3ba908120a58abf916b1811
|
|
| BLAKE2b-256 |
67df9ba2594c97c2d7a88cd7146941e96c7327bc9a0dfbcbbd9a60580431174d
|
File details
Details for the file mAbLab-1.0.1-py3-none-any.whl.
File metadata
- Download URL: mAbLab-1.0.1-py3-none-any.whl
- Upload date:
- Size: 23.6 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 |
95da523f2d321c3efcafe66fc04cbb4180888e9217d3c8741ce4f3ac49917078
|
|
| MD5 |
748887fa03192da4a0dd0c596935c531
|
|
| BLAKE2b-256 |
ac0904ee211964c9a4713544b9d7793e3324706edd719875024c628631586658
|