read_HML {immunogenetr}R Documentation

read_HML

Description

Reads the GL strings of HML files and returns a tibble with the full genotype for each sample.

Usage

read_HML(HML_file)

Arguments

HML_file

The path to an HML file.

Value

A tibble with the sample name and the GL string.

Examples

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)


[Package immunogenetr version 0.3.1 Index]