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')
# You can specify a data directory for temp files
# ard = ard = ARD('3290', data_dir='/tmp/py-ard')
# 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.20.tar.gz
(33.8 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.20.tar.gz.
File metadata
- Download URL: py-ard-0.0.20.tar.gz
- Upload date:
- Size: 33.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5defb1b3a5fb559ac0e1822eec387e999ea8ead20928fc34f37f5cceaea80e0c
|
|
| MD5 |
d769aa697b0d8096c647ebf641e63cf3
|
|
| BLAKE2b-256 |
cd27052387f4b9c2eb99c0b934c40b02e0a710c2494768473bca2c82b9b750a8
|
File details
Details for the file py_ard-0.0.20-py2.py3-none-any.whl.
File metadata
- Download URL: py_ard-0.0.20-py2.py3-none-any.whl
- Upload date:
- Size: 38.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffac89b55fee9ce9af0aab8c74e0d7389ee2425a13c387e250de5556bfdb7458
|
|
| MD5 |
132847a097ae8c7c593509c663863db7
|
|
| BLAKE2b-256 |
c22df27162abd3de042173ecee3b788bf1fc5000afe620a6b9d739dddf252b98
|