Skip to main content

ARD reduction for HLA with python

Project description

pyARD

https://img.shields.io/pypi/v/pyars.svg Documentation Status

ARD reduction for HLA with python

Install

# from source
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python setup.py install

# from PyPi
pip install pyard

Example

from pyard import ARD

# Initialize ARD object
ard = ARD('3290')

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_gl = ard.redux_gl("A*01:01/A*01:01N+A*02:AB^B*07:01+B*07:AB", "G")
# >>> ard_gl
# 'B*07:01+B*07:02:01G^A*01:01:01G+A*02:01/A*02:02'

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pyard-0.0.2-py2.py3-none-any.whl (10.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pyard-0.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pyard-0.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d4ea3b387478a4e2301db083d769da397728bb022e5ccce371f34b461977133e
MD5 1d44ccdddb96cd61d8decf77407736c5
BLAKE2b-256 f1e8c0474e12e558f05e51030bb5c6828aa5c49eb7500f07fb1b1dcb15717dee

See more details on using hashes here.

Supported by

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