txscore: TRANSPLANTSCORE (Tx Score)

Description Usage Arguments Value Source Examples

View source: R/histof.R

Description

Returns the estimated 5-year event (mortality or graft failure combined outcome) probability as described by Molnar, el al (2017).

Usage

 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
)

Arguments

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

Value

5 year probability for combined outcome of mortality or graft failure

Source

https://balima.shinyapps.io/scoreTx/

Examples

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)

balima78/histoc documentation built on Jan. 13, 2022, 4:46 a.m.