ARD reduction for HLA with python
Project description
pyARD
ARD reduction for HLA with python
Free software: LGPL 3.0
Documentation: https://pyars.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')
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
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 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)
File details
Details for the file pyard-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pyard-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4ea3b387478a4e2301db083d769da397728bb022e5ccce371f34b461977133e |
|
MD5 | 1d44ccdddb96cd61d8decf77407736c5 |
|
BLAKE2b-256 | f1e8c0474e12e558f05e51030bb5c6828aa5c49eb7500f07fb1b1dcb15717dee |