powered by
Reads the GL strings of HML files and returns a tibble with the full genotype for each sample.
read_HML(HML_file)
A tibble with the sample name and the GL string.
The path to an HML file.
HML_1 <- system.file("extdata", "HML_1.hml", package = "immunogenetr") HML_2 <- system.file("extdata", "hml_2.hml", package = "immunogenetr") read_HML(HML_1) read_HML(HML_2)
Run the code above in your browser using DataLab