getAlleleTable {scoreInvHap}R Documentation

Compute the allele table

Description

Get a data.frame that maps the numeric genotype of a SNPmatrix (0, 1, 2) into the real genotype. Heterozygous genotypes are ordered alphabetically.

Usage

getAlleleTable(map)

Arguments

map

Data.frame with the annotation of the SNPs (from plink format)

Value

Data.frame with genotypes map


[Package scoreInvHap version 1.12.1 Index]