The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

mispitools 2.0.0

This release adds an exact computational engine alongside the simulation workflow of the 1.x series. Where 1.x estimated likelihood-ratio distributions by Monte Carlo, the new layer computes them exactly from the pedigree and the allele frequencies, so quantities such as the expected weight of evidence or a tail probability no longer carry simulation error. The kernel is written in C++ and reached through Rcpp.

All functions from 1.x remain exported and continue to work.

New: model layer

New: exact likelihood-ratio distributions

New: mutation and linkage

New: decision quantities and fragility

Verification

The engine is checked against independent implementations rather than against itself: pedprobr and pedmut for genotype distributions under mutation, Familias and forrel for per-marker likelihood ratios, and analytic results where they exist. These cross-engine comparisons run as part of the test suite.

Performance

The kernel uses OpenMP where the toolchain provides it and falls back to single-threaded execution otherwise; results are identical either way. The exact engine enumerates joint genotype states, so its cost grows with pedigree size and with the number of alleles per marker. For large pedigrees or full profiles, use method = "grid" in lr_distribution().

mispitools 1.4.0

See the CRAN release notes for the 1.x series.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.