Learn R Programming

dvir (version 3.3.0)

example1: 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

Arguments

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

Run this code
   
example1

plotDVI(example1, marker = 1)

jointDVI(example1)  

Run the code above in your browser using DataLab