powered by
DVI data
dviData(pm, am, missing, generatePairings = TRUE)checkDVI( dvi, pairings = NULL, errorIfEmpty = FALSE, ignoreSex = FALSE, verbose = TRUE )
checkDVI( dvi, pairings = NULL, errorIfEmpty = FALSE, ignoreSex = FALSE, verbose = TRUE )
An object of class dviData, which is basically a list of pm, am, missing and pairings.
dviData
pm
am
missing
pairings
A list of singletons: The victim samples.
A list of pedigrees: The reference families.
A character vector with names of missing persons.
A logical. If TRUE (default) a list of sex-compatible pairings is included as part of the output.
A dviData object.
A list of pairings.
A logical.
dvi = dviData(pm = singleton("V1"), am = nuclearPed(1), missing = "3") dvi checkDVI(dvi)
Run the code above in your browser using DataLab