| xmatch | R Documentation |
returns candidates' virtual crossmatch againts donor's HLA typing
xmatch(
dA = c("1", "2"),
dB = c("5", "7"),
dDR = c("1", "4"),
df.abs = cabs,
check.validity = TRUE
)
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. |
A dataframe with candidates' ID and xm result POS/NEG
xmatch(dA = c('1','2'), dB = c('5','7'), dDR = c('1','4'), df.abs = cabs, check.validity = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.