pts_HLA | R Documentation |
Punctuation given according to HLA mismatchs (mm) for item A) to E) from PT's algorithm
pts_HLA( itemA = 12, itemB = 8, itemC = 4, itemD = 2, itemE = 1, mm.A = 0, mm.B = 0, mm.DR = 0 )
itemA |
Points for HLA fullmatch (no mm for HLA-A, B and DR) |
itemB |
Points without mm for HLA-B and DR |
itemC |
Points with 1 mm for HLA-B and DR |
itemD |
Points with 1 mm for HLA-B and 1 mm for DR |
itemE |
Points for remaing possibilities |
mm.A |
Number of HLA-A mismatchs(0 to 2) |
mm.B |
Number of HLA-B mismatchs(0 to 2) |
mm.DR |
Number of HLA-DR mismatchs(0 to 2) |
A numerical value for pre-defined points
pts_HLA(itemA = 12, itemB = 8, itemC = 4, itemD = 2, itemE = 1 , mm.A = 0, mm.B = 0, mm.DR = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.