forrel 1.5.0
Breaking changes
- The output of
profileSim(x, N = 1)is now a single pedigree, instead of a list of length 1 (containing the pedigree). The new default is usually the desired object whenN = 1in interactive use. To override it, setsimplify1 = FALSE.
New features
-
Added dataset FORCE describing the FORCE snp panel (Tillmar et al, 2021, doi:10.3390/genes12121968).
-
profileSim()now allowsmarkersto be a list of frequency vectors, simplifying the code in unconditional simulations. For instance, the following command now works:nuclearPed() |> profileSim(markers = NorwegianFrequencies). Previously this required an intermediate step ofsetMarkers(). -
profileSim()has a new argumentsimplify1(by default TRUE) controlling the output whenN = 1. -
In
kinshipLR()the treatment of linked markers (with MERLIN) has been rewritten and is substantially more efficient. A new argumentkeepMerlinallows to keep merlin files for debugging. -
missingPersonLR()was overhauled, making it more user friendly. -
missingPersonPlot()has been modified and updated in sync with changes in pedtools.