knitr::opts_chunk$set(echo = FALSE, fig.align = "center", dpi = 300, collapse = TRUE, comment = "#>")
knitr::include_graphics("klink-screenshot.png")
::: { .greeting .message style="color: red; font-size: large;"} Try KLINK here: https://magnusdv.shinyapps.io/klink. :::
KLINK is a user-friendly app extending the Familias software for kinship calculations in forensic genetics. Unlike Familias, KLINK allows pairs of linked markers, which are often seen in modern marker kits.
While KLINK has substantial overlap with the Familias companion FamLink, it offers several unique features:
It should be noted that KLINK currently only handles pairs of linked markers. For more general linkage, e.g. with dense SNPs, we recommend FamLink.
KLINK is available both as an online app and as an R package. The latter is important if you have sensitive data and want to run everything locally. To set this up, simply install from CRAN with
install.packages("KLINK")
You can then open KLINK with the command
KLINK::launchApp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.