目录

⚠️ DEPRECATED: mhcnames is no longer maintained. Please use mhcgnomes instead, which provides a superset of mhcnames functionality with support for more MHC nomenclature systems.


DEPRECATED: you should use mhcgnomes instead

Build Status Coverage Status PyPI

mhcnames

All the fun and adventure of MHC nomenclature, now in Python

Example

In [1]: mhcnames.parse_allele_name("HLA-A0201")
Out[1]: AlleleName(species='HLA', gene='A', allele_family='02', allele_code='01')

In [2]: mhcnames.compact_allele_name("HLA-A*02:01")
Out[2]: 'A0201'
关于

用于标准化和规范化MHC等位基因命名的Python库

449.0 KB
邀请码