antbs | R Documentation |
creates a sample of HLA antibodies (abs) for a given candidate according with a cPRA value.
antbs(
cA = c("2", "29"),
cB = c("7", "15"),
cDR = c("4", "7"),
cPRA = 85,
origin = "PT",
n_seed = 3
)
cA |
candidate's HLA-A typing |
cB |
candidate's HLA-B typing |
cDR |
candidate's HLA-DR typing |
cPRA |
candidate's cPRA value |
origin |
A character value from options: 'API', 'AFA', 'CAU' and 'HIS' |
n_seed |
a numeric seed that will be used for random number generation. |
a character vector with HLA abs.
antbs(cA = c('2','29'), cB = c('7','15'), cDR = c('4','7'),
cPRA = 85, origin = 'PT', n_seed = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.