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
.
To provide pedigree plots, relMix uses the package tkrplot
. However, this package has some compatibility issues with MacOS and hence is not included as a hard dependency. Users who wish to see pedigree plots in the results screen have to install the package tkrplot
manually with
The tkrplot
package will be loaded by relMix automatically, so users do not need to run library("tkrplot")
in advance.
# First install devtools if needed
if(!require(devtools)) install.packages("devtools")
devtools::install_github("gdorum/relMix")
As with the stable version, plotting requires the tkrplot
package to be available.