DNAmixtures

Statistical analysis of DNA mixtures with artefacts

by Therese Graversen

DNAmixturesLite

DNAmixturesLite is developed to enable users, who do not have a commercial license for Hugin, to experiment with the methodology provided in DNAmixtures.

The implementational design of DNAmixturesLite follows closely that of DNAmixtures.

Installation

DNAmixturesLite only requires that R has already been installed.

From within R, run the following commands to install DNAmixturesLite and its dependencies.

## Dependencies from Bioconductor
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install(c("graph", "Rgraphviz", "RBGL"))

install.packages("DNAmixturesLite")

Key differences between DNAmixtures and its lite-version

To appear