Learn R Programming

immunogenetr (version 0.3.0)

read_HML: 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)

Value

A tibble with the sample name and the GL string.

Arguments

HML_file

The path to an HML file.

Examples

Run this code
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