relMix

relMix makes relationship inference involving DNA mixtures with unknown profiles and interprets DNA mixtures with related contributors. The main function is the graphical user interface relMixGUI.

Installation

Install relMix from CRAN:

install.packages("relMix")

Or install the development version from GitHub:

 # First install devtools if needed
if(!require(devtools)) install.packages("devtools")
devtools::install_github("gdorum/relMix")