ARD reduction for HLA with python
Project description
py-ard
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
python setup.py install
Install from PyPi
pip install py-ard
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'
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 Distribution
py-ard-0.0.12.tar.gz
(31.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py-ard-0.0.12.tar.gz.
File metadata
- Download URL: py-ard-0.0.12.tar.gz
- Upload date:
- Size: 31.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4d3942afdd4eb174badb3da59de5e8faccb0762eebec9483205ac801ab05812
|
|
| MD5 |
20424fe715c1ca416232e6ae8de6a5d1
|
|
| BLAKE2b-256 |
76a358c131ad4ab998c5b227ce02cea1779872f6731874b698c79d6b034c9a91
|
File details
Details for the file py_ard-0.0.12-py2.py3-none-any.whl.
File metadata
- Download URL: py_ard-0.0.12-py2.py3-none-any.whl
- Upload date:
- Size: 36.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd615747b926200ce58c36d7053fa47e40718e4d91bf1979338a4b76e2b4db44
|
|
| MD5 |
ed6ec73353a42c92f3b2db1d4c79bee2
|
|
| BLAKE2b-256 |
c2e59647cab173515f2aececbfb0018585914e97865d029f4a25a90aec8de1c9
|