We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a0587 commit e6dde30Copy full SHA for e6dde30
pyard/drbx.py
@@ -7,6 +7,12 @@ def map_drbx(drb_alleles: List, locus_in_allele_name: bool) -> Tuple:
7
Expects Type1 and Type2 DRB3, DRB4 and DRB5 typings in that order
8
in `drb_alleles` list.
9
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
+
16
:param drb_alleles: Type1/Type2 DRB3, DRB4 and DRB5 typings.
17
:param locus_in_allele_name: Does typing include DRBn prefix?
18
:return: Tuple of DRBX type1/type2
0 commit comments