et_mmHLA | R Documentation |
Computes HLA mismatches and the respective punctuation within ET Kidney allocation system
et_mmHLA( dA = c("01", "02"), dB = c("03", "05"), dDR = c("04", "06"), cA = c("01", "02"), cB = c("03", "05"), cDR = c("04", "06"), mm0 = 400, mm1 = 333.33, mm2 = 266.67, mm3 = 200, mm4 = 133.33, mm5 = 66.67, mm6 = 0 )
dA |
donor's HLA-A typing |
dB |
donor's HLA-B typing |
dDR |
donor's HLA-DR typing |
cA |
candidate's HLA-A typing |
cB |
candidate's HLA-B typing |
cDR |
candidate's HLA-DR typing |
mm0 |
A numeric value with points for 0 HLA mm on ETKAS points table |
mm1 |
A numeric value with points for 1 HLA mm on ETKAS points table |
mm2 |
A numeric value with points for 2 HLA mm on ETKAS points table |
mm3 |
A numeric value with points for 3 HLA mm on ETKAS points table |
mm4 |
A numeric value with points for 4 HLA mm on ETKAS points table |
mm5 |
A numeric value with points for 5 HLA mm on ETKAS points table |
mm6 |
A numeric value with points for 6 HLA mm on ETKAS points table |
et_mmHLA(dA = c("01","02"), dB = c("03","05"), dDR = c("04","06"), cA = c("01","02"), cB = c("03","05"), cDR = c("04","06"), mm0 = 400, mm1 = 333.33, mm2 = 266.67, mm3 = 200, mm4 = 133.33, mm5 = 66.67, mm6 = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.