pts_HLA: Points for HLA mismatches

Description Usage Arguments Value Examples

View source: R/pt.R

Description

Punctuation given according to HLA mismatchs (mm) for item A) to E) from PT's algorithm

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
pts_HLA(
  itemA = 12,
  itemB = 8,
  itemC = 4,
  itemD = 2,
  itemE = 1,
  mm.A = 0,
  mm.B = 0,
  mm.DR = 0
)

Arguments

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

Value

A numerical value for pre-defined points

Examples

1
pts_HLA(itemA = 12, itemB = 8, itemC = 4, itemD = 2, itemE = 1,

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