gen.getAncestorsPAR: Internal function used by gen.findMRCA

View source: R/fonctionsPAR.R

gen.getAncestorsPARR Documentation

Internal function used by gen.findMRCA

Description

gen.getAncestorsPAR is an internal function used by gen.findMRCA.

Usage

gen.getAncestorsPAR(gen, pro)

Arguments

gen

The genealogy to consider.

pro

probands to consider

Value

Vector of the founders identity.

See Also

gen.findMRCA gen.climbPAR

Examples

data(geneaJi) 
genJi<-gen.genealogy(geneaJi) 
gen.findMRCA(genJi, individuals=c(1,29), NbProcess = 1)

GENLIB documentation built on Jan. 17, 2023, 5:16 p.m.