mmHLA | R Documentation |
Computes the number of HLA mismatchs between one donor and one candidate
mmHLA(
dA = c("1", "2"),
dB = c("5", "7"),
dDR = c("1", "4"),
cA = c("1", "2"),
cB = c("3", "15"),
cDR = c("4", "7")
)
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 |
mmA number of HLA-A mismatchs between dA
and cA
;
mmB number of HLA-B mismatchs between dB
and cB
;
mmDR number of HLA-DR mismatchs between dDR
and cDR
;
and mmHLA as the sum of mmA + mmB + mmDR
mmHLA(dA = c('1','2'), dB = c('5','7'), dDR = c('1','4'),
cA = c('1','2'), cB = c('03','15'), cDR = c('04','07'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.