example1 {dvir} | R Documentation |
DVI dataset: Generational trio
Description
A proof-of-concept dataset involving three missing members (child, father, grandfather) of a single family. With the given data, stepwise victim identification fails to find the correct solution, while joint identification succeeds.
Usage
example1
Format
A dviData
object with the following content:
-
pm
: A list of 3 singletons (victims). -
am
: A pedigree with three missing persons and one typed reference individual. -
missing
: A vector containing the names of the missing persons.
Examples
example1
plotDVI(example1, marker = 1)
jointDVI(example1)
[Package dvir version 3.2.1 Index]