Skip to content

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

License

Notifications You must be signed in to change notification settings

openvax/mhcnames

Repository files navigation

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'

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published