Skip to content

Commit e6dde30

Browse files
committed
Added WMDA Reference
1 parent c7a0587 commit e6dde30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyard/drbx.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ def map_drbx(drb_alleles: List, locus_in_allele_name: bool) -> Tuple:
77
Expects Type1 and Type2 DRB3, DRB4 and DRB5 typings in that order
88
in `drb_alleles` list.
99
10+
Reference:
11+
World Marrow Donor Association guidelines for use of HLA nomenclature
12+
and its validation in the data exchange among hematopoietic
13+
stem cell donor registries and cord blood banks
14+
https://www.nature.com/articles/1705672
15+
1016
:param drb_alleles: Type1/Type2 DRB3, DRB4 and DRB5 typings.
1117
:param locus_in_allele_name: Does typing include DRBn prefix?
1218
:return: Tuple of DRBX type1/type2

0 commit comments

Comments
 (0)