processPedigree {RVS}R Documentation

extract useful information from a pedigree

Description

Extract key information from a pedigree object, which makes subsequent computations much easier.

Usage

processPedigree(ped, carriers = NULL)

## S4 method for signature 'pedigree'
processPedigree(ped, carriers = NULL)

Arguments

ped

pedigree object (S3)

carriers

subjects in which the rare variant is seen

Value

list containing relevant pedigree info

Examples

data(samplePedigrees)
processPedigree(samplePedigrees$firstCousinPair)

[Package RVS version 1.16.0 Index]