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


What is 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.

Running KLINK

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


magnusdv/pedsuite documentation built on Sept. 28, 2024, 1:21 a.m.