pedigrees: Simulated family pedigrees.

Description Usage Format Source Examples

Description

A dataset containing (possibly duplicated) family pedigrees, with each family consisting of a reported 'self' individual and various cancer risk indicators/status, as well as a pseudo-random collection of reported family members and their associated indicators. Allele sharing between generations follow basic Mendelian inheritance with parameters provided by BayesMendel.

Usage

1

Format

An object of class 'cross'; see read.cross.

Source

http://bcb.dfci.harvard.edu/bayesmendel/software.php/

Examples

1
2
3
4
5
6
data(pedigrees)
self <- pedigrees[pedigrees$ID==1,]
hist(self$nDuplicates,
   breaks=seq(0,max(sself$nDuplicates),by=1),
   main='Distribution of Duplications',xlab='Duplicate Count',
   ylab='Frequency',right=FALSE)

mPloenzke/bsnR documentation built on May 21, 2019, 9:18 a.m.