Learn R Programming

mixsep (version 0.2.1-2)

wang: Two-person DNA mixture published by Wang et al. (2006)

Description

Two-person DNA mixture typed on 13 STR loci.

The data is stored in a comma separated spread sheet file (.csv). The location of the file is returned by running the code below: cat(paste(find.package(\"mixsep\"),\"data\",sep=.Platform$file.sep)) It can be copied to the desktop by makeShortcut(wang2desktop=TRUE)

Arguments

Format

A spread sheet with three columns: Locus, Allele and Area.

References

T Wang, N Xue and JD Birdwell (2006). 'Least-Square Deconvolution: A Framework for Interpreting Short Tandem Repeat Mixtures'. Journal of Forensic Science 51 (6): 1284-1297.

Examples

Run this code
  ## Not run: 
#   makeShortcut(TRUE) ## copies wang.csv to the desktop
#   ## End(Not run)

Run the code above in your browser using DataLab