ARD reduction for HLA with python
Project description
pyARD
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 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') # Initialize with latest DB ard = ARD() 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:02+B*07:AB", "G") # >>> ard_gl # 'B*07:02:01G+B*07:02:01G^A*01:01:01G+A*02:01:01G/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
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.
Built Distribution
pyard-0.0.10-py2.py3-none-any.whl
(12.5 kB
view hashes)
Close
Hashes for pyard-0.0.10-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3687ee020888bca606dbb4f26b665625a1b47266977b49ac1bff73882247f5ff |
|
MD5 | 62f4702827cbc87ad4eb6212715d0b06 |
|
BLAKE2-256 | f31cf796bb371f910b29e9c7db528ceb3797769fc798dee7c4934e1e5ab5349e |