CollapsABEL (version 0.10.11)

getHaplos: Inferring haplotypes from two genotype data frames, and join with phenotypes

Description

Inferring haplotypes from two genotype data frames, and join with phenotypes

Usage

getHaplos(g1, g2, phe, pool = NULL)

Arguments

g1
First genotype data frame
g2
Second genotype data frame, must be of the same dimension as the first. The first two column must be FID and IID.
phe
Phenotype data frame, the first two columns must be FID and IID
pool
A genotype data frame, assumed to be different from g1 and g2, used for pooling.

Value

A data frame containing phenotype and haplotype for each individual.