Skip to main content

ARD reduction for HLA with python

Project description

py-ard

https://img.shields.io/pypi/v/py-ard.svg Documentation Status

ARD reduction for HLA with python

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py-ard-0.4.0.tar.gz (29.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

py_ard-0.4.0-py2.py3-none-any.whl (38.4 kB view details)

Uploaded Python 2Python 3

File details

Details for the file py-ard-0.4.0.tar.gz.

File metadata

  • Download URL: py-ard-0.4.0.tar.gz
  • Upload date:
  • Size: 29.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0

File hashes

Hashes for py-ard-0.4.0.tar.gz
Algorithm Hash digest
SHA256 722d9d3bd12877c3024c761c3356f8140553f7b0fb18ebd93f515c57b679e08d
MD5 06d3ae9f542d0ab8a95e19dc65fe602e
BLAKE2b-256 953a709c284247530dde1b2d189661049d7fa676f26ed1b8c4fb5b1dbb91e6c6

See more details on using hashes here.

File details

Details for the file py_ard-0.4.0-py2.py3-none-any.whl.

File metadata

  • Download URL: py_ard-0.4.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 38.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.9.0

File hashes

Hashes for py_ard-0.4.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9d9ccbb6fb1b22614cb0d14f640e5468e3604d56277ac80d0bc8507ffa4ce0fe
MD5 c91f704a72d417263d51bd4cb6bd24d8
BLAKE2b-256 ffb1fb763db723f6e31834ced623ef12472fc1def431ec45a449c344530aaf69

See more details on using hashes here.

Supported by

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