hlaCallsToCounts {midasHLA} | R Documentation |
hlaCallsToCounts
converts HLA calls data frame into a counts table.
hlaCallsToCounts(hla_calls, check_hla_format = TRUE)
hla_calls |
HLA calls data frame, as returned by
|
check_hla_format |
Logical indicating if |
HLA allele counts data frame. First column holds samples ID's, further columns, corresponding to specific alleles, give information on the number of their occurrences in each sample.