Learn R Programming

DNAtools (version 0.2-5)

DNAtools-package: Tools for analysing forensic genetic DNA databases

Description

Computational efficient tools for comparing all pairs of profiles in a DNA database. The expectation and covariance of the summary statistic is implemented for fast computing. Routines for estimating proportions of close related individuals are available. The use of wildcards (also called F-designation) is implemented. Dedicated functions ease plotting the results.

Arguments

Author

Torben Tvedebrink <tvede@math.aau.dk>, James Curran <j.curran@auckland.ac.nz> and Mikkel Meyer Andersen <mikl@math.aau.dk>.

Details

Package:DNAtools
Type:Package
Version:0.1
Date:2014-08-25
License:GPL (>= 2)

dbCompare: Compares make all n(n-1)/2 pairwise comparisons between profiles of a database with n DNA profiles. dbExpect: Computes the expected number of matching and partial matching loci for a given number of profiles in a database. dbVariance: Calculates the associated covariance matrix.

References

Tvedebrink T, JM Curran, PS Eriksen, HS Mogensen and N Morling (2012). Analysis of matches and partial-matches in a Danish STR data set. Forensic Science International: Genetics, 6(3): 387-392.

Read the vignette: vigette('DNAtools')

See Also

Useful links:

Examples

Run this code

  if (FALSE) {
  data(dbExample)
  dbCompare(dbExample,hit=5,trace=TRUE)
  }

Run the code above in your browser using DataLab