read_HML | R Documentation |
Reads the GL strings of HML files and returns a tibble with the full genotype for each sample.
read_HML(HML_file)
HML_file |
The path to an HML file. |
A tibble with the sample name and the GL string.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.