Computes the number donors on dataset D10K that are a match to a given transplant candidate. A sample of D10K is selected according to cPRA value, afterwards donors ABO identical and HLA mismatch level 1 or 2 (0 DR or (1 DR and 0 B)) are filtered.
Arguments
- cABO
A character from 'A', 'B', 'AB', 'O'
- cPRA
candidate's cPRA value
- cA
candidate's HLA-A typing
- cB
candidate's HLA-B typing
- cDR
candidate's HLA-DR typing
- seed.number
a numeric seed that will be used for random number generation.