xmatch: virtual crossmatch (XM)

View source: R/histof.R

xmatchR Documentation

virtual crossmatch (XM)

Description

returns candidates' virtual crossmatch againts donor's HLA typing

Usage

xmatch(
  dA = c("1", "2"),
  dB = c("5", "7"),
  dDR = c("1", "4"),
  df.abs = cabs,
  check.validity = TRUE
)

Arguments

dA

donor's HLA-A typing

dB

donor's HLA-B typing

dDR

donor's HLA-DR typing

df.abs

data frame with candidates' antibodies

check.validity

Logical to decide whether to validate input.

Value

A dataframe with candidates' ID and xm result POS/NEG

Examples

xmatch(dA = c('1','2'), dB = c('5','7'), dDR = c('1','4'), df.abs = cabs, check.validity = TRUE)

FilipePintoReis/KARS_project documentation built on July 11, 2022, 9:19 a.m.