et_mmp | R Documentation |
Mismatch Probability (MMP) is a calculation of the probability of receiving a kidney offer with 0 and 1 broad HLA-A, -B or split DR mismatches based on 1000 kidneys offered, taking into account AB0 blood group rules and PRA screening. Patients receive between 0-100 MMPs
et_mmp( data = candidates, hlaA = hlaApt, hlaB = hlaBpt, hlaDR = hlaDRpt, abo_freq = ABOpt, check.validity = TRUE )
data |
A data frame containing demographics and medical information for a group of waitlisted transplant candidates. |
hlaA |
A data frame with HLA-A allele frequencies |
hlaB |
A data frame with HLA-B allele frequencies |
hlaDR |
A data frame with HLA-DR allele frequencies |
abo_freq |
A data frame with ABO blood group frequencies |
check.validity |
Logical to decide whether to validate input. |
https://www.eurotransplant.org/wp-content/uploads/2020/01/H4-Kidney.pdf
et_mmp(data = candidates, hlaA = hlaApt, hlaB = hlaBpt, hlaDR = hlaDRpt, abo_freq = ABOpt, check.validity = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.