Description Usage Arguments Value Examples
View source: R/GeneralRAPIFunctions.R
returns an list of Allele types (length nSegments)
1 2 3 4 5 6 | GetAlleleList(
nSegments = 10,
MHC.group = c("HLA", "BoLA", "Gogo", "H", "H2", "Mamu", "Patr", "SLA", "DRB", "DQ",
"DP", "Mouse", "All"),
MHCII = FALSE
)
|
nSegments |
integer, number of segments |
MHC.group |
MHC allele group "HLA","BoLA", "Gogo","H","H2", "Mamu", "Patr","SLA", "DRB", "DQ","DP","Mouse","All" |
MHCII |
(logical) if MHCII = TRUE, then only MHC.group in "DRB", "DQ","DP","Mouse","All" are evaluated if MHCII = FALSE, only "HLA","BoLA", "Gogo","H","H2", "Mamu", "Patr","SLA", "All" are evaluated |
a list of alleles with length = nSegments (ussualy set to the number of cores or CPU workers)
1 2 3 4 | ## Not run:
FormatOut(eDB = result)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.