xmatch: virtual crossmatch (XM)

Description Usage Arguments Value Examples

View source: R/histof.R

Description

returns candidates' virtual crossmatch againts donor's HLA typing

Usage

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

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

Value

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

Examples

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

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