Merge pull request #36 from openvax/deprecation-notice Add deprecation notice: use mhcgnomes instead
Merge pull request #36 from openvax/deprecation-notice
Add deprecation notice: use mhcgnomes instead
⚠️ DEPRECATED: mhcnames is no longer maintained. Please use mhcgnomes instead, which provides a superset of mhcnames functionality with support for more MHC nomenclature systems.
All the fun and adventure of MHC nomenclature, now in Python
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库
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
DEPRECATED: you should use mhcgnomes instead
mhcnames
All the fun and adventure of MHC nomenclature, now in Python
Example