Skip to content

Releases: magnusdv/KLINK

KLINK 1.0.2

03 Sep 09:06
Compare
Choose a tag to compare
  • Fixed bug affecting download when XML initials contain hyphens.

KLINK 1.0.1

19 Aug 12:01
Compare
Choose a tag to compare
  • Modified the selection of markers for the Unlinked report. Within each pair, the marker with highest PIC value is chosen. For consistency, the PIC values used in this calculation are now always based on the same database (NorskDB_2024).

  • Minor tweaks of app appearance.

KLINK 1.0.0

03 Jul 09:31
Compare
Choose a tag to compare

This version is a major update of both the KLINK package and the shiny app.

  • Expanded built-in genetic map covering 50 common STR markers, up from 18. Unlike the previous version, where linkage pairs were hard coded, the markers are now dynamically paired up after data is loaded, ensuring more optimal use of the data.

  • The user may set a maximum linkage distance (cM), with the effect that markers farther than this are considered unlinked.

  • Improved karyogram plot for clearer visualisation of markers and linkage.

  • Improved readability of tables, using colours to indicate linked markers.

  • New button "Reset" resetting all fields of the shiny app.

  • New XML input field allowing the user to integrate data from other sources (particularly: Amelogenin genotypes and ID initials).

KLINK 0.7.3

05 Apr 14:00
Compare
Choose a tag to compare
  • Update pedprobr version to 0.9.3, giving much faster likelihood calculations in many cases.

  • Show wait cursor during LR calculations.

  • Use scientific format also for small LR totals in-app.

  • Unlinked report: Prioritise D5S2500 over D5S2800 if both are present, and similarly D10S2325 over D10S1435, and D19S253 over D19S433 (reverses previous behaviour).

  • Fix typos in built-in linkage map.

  • Fix outdated mutation model in dataset paternity.

KLINK 0.7.2

09 Nov 15:37
Compare
Choose a tag to compare
  • Internal reorganisation, moving the Shiny code to inst/shiny/app.R.

  • launchApp() is now the main launching function, with runKLINK() as an alias.

  • Fixes a minor regression error in the previous version.

KLINK 0.6.1

02 Sep 13:40
Compare
Choose a tag to compare
  • First CRAN release.