Learn R Programming

WhopGenome (version 0.9.4)

whop.ped.sonsOf: Returns all sons of the given individuals

Description

All individuals in a pedigree data

Usage

whop.ped.sonsOf(p, lis)

Arguments

p
The pedigree dataset to work on
lis
One or more individuals' identifiers from the dataset

Value

Table of rows from the pedigree

Details

For each element in lis, finds all male individuals who refer to these elements as parent. Essentially combines a whop.ped.males() with a whop.ped.siblingsOf() call.

See Also

whop.ped.daughtersOf