dviSolve {dvir}R Documentation

A complete pipeline for solving a DVI case

Description

This wraps several other functions into a complete pipeline for solving a DVI case.

Usage

dviSolve(
  dvi,
  threshold = 10000,
  threshold2 = max(1, threshold/10),
  maxIncomp = 2,
  ignoreSex = FALSE,
  limit = 0,
  verbose = TRUE,
  debug = FALSE
)

Arguments

dvi

A dviData object.

threshold

LR threshold for 'significant' match.

threshold2

LR threshold for 'probable' match.

maxIncomp

An integer passed onto findExcluded(). A pairing is excluded if the number of incompatible markers exceeds this.

ignoreSex

A logical, by default FALSE.

limit

A number passed onto findUndisputed(); only pairwise LR values above this are considered.

verbose, debug

Logicals.

Value

A data frame.

Examples

dviSolve(example2)
dviSolve(example2, threshold = 5, verbose = FALSE)

[Package dvir version 3.2.1 Index]