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.1.0.tar.gz
(28.7 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.1.0-py3-none-any.whl
(28.7 kB
view details)
File details
Details for the file mablab-1.1.0.tar.gz.
File metadata
- Download URL: mablab-1.1.0.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebdcc46895131a03b1b20fb36a2abf60aa70e5b8b555aac3184d675759433d19
|
|
| MD5 |
5549aec594e49d96ae6aba21212ddc96
|
|
| BLAKE2b-256 |
e7cfdccabf4c502c07829c0d6dd34a2f41d9fb33845aeecf388b80e1d873d0d1
|
File details
Details for the file mablab-1.1.0-py3-none-any.whl.
File metadata
- Download URL: mablab-1.1.0-py3-none-any.whl
- Upload date:
- Size: 28.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8eb26f89e288db9afb57ef0ec089e5c030f04eeb8c25caa069a0f700ac491224
|
|
| MD5 |
a91c25f6dc0e725164f5072f00499fd2
|
|
| BLAKE2b-256 |
f186e4cf1b1bde303a2bfbf7bbf17dbfd5302ab59ad1a81a053992b13316c29c
|