| score.pedigree | R Documentation |
Determine a value score of families by comparing their relationship structure. More distant relationships between affecteds (e.g. affected cousins) is more valuable that close relationships (e.g. affected siblings) as there is less IBD and therefore a smaller search space.
score.pedigree(h)
h |
A data frame containing the encoded pedigree information |
Simplifying assumptions:
Autosomal dominant
No ambiguous statuses
No more than two sequential generations of unknown carrier status (non-obligate carrier vs. non-carrier). Generalized support of arbitrary tree structures gets a lot more complicated, especially for the likelihood function.
Exclude big giant trees of unaffecteds - related to above. Will slightly bias the result toward higher penetrance.
Exclude subjects younger than age of onset
A data frame containing the theoretical scoring of the power of a family assuming you were able to collect everyone on the simplified pedigree, as well as a current scoreing, examining only those for whom you currently have DNA.
example.pedigree.file <-system.file('extdata/example_pedigree_encoding.tsv',
package = 'KinformR')
example.pedigree.df <- read.pedigree(example.pedigree.file)
penetrance.df <- score.pedigree(example.pedigree.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.