powered by
isFounder classifies individuals in the pedigree as founders (base) or non-founders (non-base individuals).
isFounder
isFounder(x, col=attr(x, ".ascendant"))
By definition founders do not have any known ascendants, while the opossite is the case for non-founders i.e. they have at least one known ascendant.
FIXME: any relation with founderGeneSet in GeneticsBase
Pedigree
ped <- generatePedigree(nId=5) isFounder(ped) ## Based only on fathers isFounder(ped, col=c("father")) ## Works also only on a part of a pedigree isFounder(ped[1:5, ])
Run the code above in your browser using DataLab