mixsep-package: Forensic Genetics DNA Mixture Separation

Description Details Author(s) References See Also Examples

Description

Separates DNA mixtures using a statistical model within a greedy algorithm. The use of the package is controlled by an user friendly GUI (Graphical User Interface). The implementation is able to separate two- and three-person DNA mixtures and provide diagnostic plots and parameter values.

Details

Package: mixsep
Version: 0.1-2
Date: 2011-01-06
Depends: R (>= 2.0.0), tcltk, tcltk2, MASS, RODBC
License: GPL version 2 or newer
URL: http://people.math.aau.dk/~tvede/mixsep

Index:

1
2
3
makeShortcut   Make Desktop shortcut on Windows operating system
mixsep         Starts the DNA mixture separation
wang           Two-person DNA mixture published by Wang et al. (2006)

After the package is loaded by library(mixsep) the GUI is started by writing mixsep() in the R prompt. However, on Windows operating systems it is recommended to use the makeShortcut()-function for easy and fast execution of the user interface.

Please refer to http://people.math.aau.dk~/tvede/mixsep for further details and descriptive guides and examples with screen shots.

Author(s)

Torben Tvedebrink <tvede@math.aau.dk>

Maintainer: Torben Tvedebrink <tvede@math.aau.dk>

References

http://people.math.aau.dk~/tvede/mixsep

T Tvedebrink, PS Eriksen, HS Mogensen and N Morling (2011). 'Identifying contributors of DNA mixtures by means of quantitative information of STR typing'. To Appear in 'Journal of Computational Biology'.

T Tvedebrink, PS Eriksen, HS Mogensen and N Morling (2011). 'mixsep - An R-package for separating forensic DNA mixtures and performing statistical analysis of EPGs'. Manuscript in preparation.

See Also

RODBC

Examples

1
2
3
4
5
6
## How to start the mixture separating tool in R: ##
  ## Not run: 
   library(mixsep)
   mixsep()
   
## End(Not run)

mixsep documentation built on May 2, 2019, 3:33 p.m.