remGeno: Extract haplotype from genotype

Description Usage Arguments Details Value

Description

Attempts to extract a haplotype from a genotype

Usage

1
  remGeno(haplotype, genotypeList)

Arguments

haplotype

The haplotype to be removed

genotypeList

The genotype in list of lists format.

Details

Tries to extract a single haplotype from a compound genotype and return, amongst other things, the remainder genotype.

Value

A list giving the original haplotype extracted (haplotype), a table of TRUE/FALSE for each locus with TRUE if the allele was successfully extracted (passTable), and a list giving the genotype remaining after extraction (remList).


mlPhaser documentation built on May 2, 2019, 7:59 a.m.