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.3-py2.py3-none-any.whl (11.0 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for pyard-0.0.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f436f17c6c5ab9c4f3ea4fc6257a9ecbc07938a52d0e088acb3e1b0b15a1e594
MD5 f74bf7d2bbc6870c6354aab9320ec4e2
BLAKE2b-256 548032f47dc6b093bd1ff2e8999c0e5b00ff426f939ada59b98a6b1fb3158efc

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