ARD reduction for HLA with python
Project description
py-ard
ARD reduction for HLA with python
Free software: LGPL 3.0
Documentation: https://pyard.readthedocs.io.
Install from source
python3 -m venv venv
source venv/bin/activate
python setup.py install
Install from PyPi
pip install py-ard
Testing
To run behavior-driven development (BDD) tests locally via the behave framework, you’ll need to set up a virtual environment. See Install from source
# Install test dependencies
pip install --upgrade pip
pip install -r test-requirements.txt
# Running Behave and all BDD tests
behave
Example
import pyard
# Initialize ARD object with a version of IMGT HLA database
ard = pyard.ARD(3290)
# You can specify a data directory for temp files
# ard = pyard.ARD('3290', data_dir='/tmp/py-ard')
# Initialize with latest IMGT HLA database
ard = pyard.ARD()
# You can choose to refresh the MAC code for previously used versions
# ard = pyard.ARD(3290, refresh_mac=True)
# Allele to reduce
allele = "A*01:01:01"
ard.redux(allele, 'G')
# 'A*01:01:01G'
ard.redux(allele, 'lg')
# 'A*01:01g'
ard.redux(allele, 'lgx')
# 'A*01:01'
ard.redux_gl("A*01:01/A*01:01N+A*02:AB^B*07:02+B*07:AB", "G")
# 'B*07:02:01G+B*07:02:01G^A*01:01:01G+A*02:01:01G/A*02:02'
# py-ard can also reduce serology based typings
ard.redux_gl('HLA-A*10^HLA-A*9', 'lg')
# 'HLA-A*24:19g/HLA-A*24:22g^HLA-A*26:01g/HLA-A*26:10g/HLA-A*26:15g/HLA-A*26:92g/HLA-A*66:01g/HLA-A*66:03g'
History
0.0.1 (2018-02-12)
First release on PyPI.
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
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
File details
Details for the file py-ard-0.5.1.tar.gz.
File metadata
- Download URL: py-ard-0.5.1.tar.gz
- Upload date:
- Size: 29.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32553ffa83294e93588ae4e5e23e7aed26cc3f56361c4f517af52bd3cceaa7eb
|
|
| MD5 |
af39e4a4496fda82ac55c99768ef37de
|
|
| BLAKE2b-256 |
f41c2e76f98f795d982e1873e45decf4831b7dcd6c7a369ca09f94fc3be62ef8
|
File details
Details for the file py_ard-0.5.1-py2.py3-none-any.whl.
File metadata
- Download URL: py_ard-0.5.1-py2.py3-none-any.whl
- Upload date:
- Size: 38.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93f52927d3948b2356d27963f3072bf2f08eb32f625c23f35bc1aa6371f8a79e
|
|
| MD5 |
a1a787de207c41a4b04acd3cd2f3d62d
|
|
| BLAKE2b-256 |
8ce99f406d5aae4af9bcf7f088c44a3dec82cb55067c0749f9380d47f0e7561f
|