Releases: magnusdv/KLINK
KLINK 1.0.2
KLINK 1.0.1
-
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
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
-
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
-
Internal reorganisation, moving the Shiny code to
inst/shiny/app.R
. -
launchApp()
is now the main launching function, withrunKLINK()
as an alias. -
Fixes a minor regression error in the previous version.
KLINK 0.6.1
- First CRAN release.