Learn R Programming

mlPhaser (version 0.01)

testHaploInGeno: Test genotype for presence of haplotype

Description

Test if a genotype contains a haplotype.

Usage

testHaploInGeno(haplotype, genotypeList)

Arguments

haplotype
The haplotype as a one line data.frame
genotypeList
The genotype as a list of lists.

Value

TRUE/FALSE if haplotype is present in the genotype

Details

An early implementation to test if a genotype contained a haplotype. N.B. I don't think this is used anymore.