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

Description Usage Arguments Value Author(s)

Description

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

Usage

1
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.

Author(s)

kaiyin


CollapsABEL documentation built on May 1, 2019, 7:28 p.m.