README.md

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")

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

install.packages("tkrplot")

The tkrplot package will be loaded by relMix automatically, so users do not need to run library("tkrplot") in advance.

Or install the development version from GitHub:

 # 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.



Try the relMix package in your browser

Any scripts or data that you put into this service are public.

relMix documentation built on Dec. 15, 2020, 5:11 p.m.