Skip to contents

Converts genotype results from genotype2allele() into TYP format, which provides a structured representation with forward alleles.

Usage

allele2typ(conversion_results)

Arguments

conversion_results

Results from genotype2allele()

Value

A data frame in TYP format with Sample_ID, SNP_Name, Allele1_Forward, and Allele2_Forward columns

Examples

if (FALSE) { # \dontrun{
results <- genotype2allele(genotype_data, annotation_data)
typ_data <- allele2typ(results)
} # }