Learn R Programming

mixsep (version 0.2.1-2)

mixsep-package: Forensic Genetics DNA Mixture Separation

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.

Arguments

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:

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.

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

Run this code
## How to start the mixture separating tool in R: ##
  ## Not run: 
#    library(mixsep)
#    mixsep()
#    ## End(Not run)

Run the code above in your browser using DataLab