GetAlleleList: GetMHCgeneList

Description Usage Arguments Value Examples

View source: R/GeneralRAPIFunctions.R

Description

returns an list of Allele types (length nSegments)

Usage

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
)

Arguments

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

Value

a list of alleles with length = nSegments (ussualy set to the number of cores or CPU workers)

Examples

1
2
3
4
## Not run: 
FormatOut(eDB = result)

## End(Not run)

elmerfer/RAPInetMHCpan documentation built on Sept. 17, 2021, 2:14 p.m.