Last data update: 2014.03.03

R: Returns all sons of the given individuals
whop.ped.sonsOfR Documentation

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

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.

Value

Table of rows from the pedigree

Author(s)

Ulrich Wittelsbuerger

See Also

whop.ped.daughtersOf

Results