Description Usage Arguments Value Examples
Extract key information from a pedigree object, which makes subsequent computations much easier.
1 2 3 4 | processPedigree(ped, carriers = NULL)
## S4 method for signature 'pedigree'
processPedigree(ped, carriers = NULL)
|
ped |
pedigree object (S3) |
carriers |
subjects in which the rare variant is seen |
list containing relevant pedigree info
1 2 | data(samplePedigrees)
processPedigree(samplePedigrees$firstCousinPair)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.