Description Usage Arguments Value Source Examples
Returns the estimated 5-year event (mortality or graft failure combined outcome) probability as described by Molnar, el al (2017).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | txscore(
ageR = 20,
race = "White",
causeESRD = "Other",
timeD = 12,
diabetesR = F,
coronary = F,
albumin = 1.5,
hemoglobin = 10,
ageD = 30,
diabetesD = "Absence",
ECD = F,
mmHLA_A = 0,
mmHLA_B = 0,
mmHLA_DR = 0
)
|
ageR |
A numeric value with recipient's age |
race |
A character value with recipient's race from the options: 'White', 'Black', 'Hispanic', 'Other' |
causeESRD |
A numeric value with recipient's cause of End-Stage Renal Disease, with options: 'Other', 'Diabetes', 'Hypertension', 'Glomerulonephritis', 'Cystic disease' |
timeD |
A numeric value with recipient's time on dialysis (months) |
diabetesR |
A logical value with recipient's diabetic status |
coronary |
A logical value with recipient's coronary artery disease status |
albumin |
A numeric value with recipient's albumin (g/dL) |
hemoglobin |
A numeric value with recipient's hemoglobin (g/dL) |
ageD |
A numeric value with donor's age |
diabetesD |
A logical value with donor's diabetic status, with options: 'Absence', 'Presence', 'Unknown' |
ECD |
A logical value regarding Extended Criteria Donor |
mmHLA_A |
A numeric value (0, 1, 2) with the number of HLA-A mismatchs |
mmHLA_B |
A numeric value (0, 1, 2) with the number of HLA-B mismatchs |
mmHLA_DR |
A numeric value (0, 1, 2) with the number of HLA-DR mismatchs |
5 year probability for combined outcome of mortality or graft failure
https://balima.shinyapps.io/scoreTx/
1 | txscore(ageR = 20, race = "White", causeESRD = "Other", timeD = 12, diabetesR = F, coronary = F, albumin = 1.5, hemoglobin = 10, ageD = 30, diabetesD = "Absence", ECD = F, mmHLA_A = 0, mmHLA_B = 0, mmHLA_DR = 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.