Package: pedmut 0.9.1

Magnus Dehli Vigeland
pedmut: Mutation Models for Pedigree Likelihood Computations
A collection of functions for modelling mutations in pedigrees with marker data, as used e.g. in likelihood computations with microsatellite data. Implemented models include equal, proportional and stepwise models, as well as random models for experimental work, and custom models allowing the user to apply any valid mutation matrix. Allele lumping is done following the lumpability criteria of Kemeny and Snell (1976), ISBN:0387901922.
Authors:
pedmut_0.9.1.tar.gz
pedmut_0.9.1.zip(r-4.7)pedmut_0.9.1.zip(r-4.6)pedmut_0.9.1.zip(r-4.5)
pedmut_0.9.1.tgz(r-4.6-any)pedmut_0.9.1.tgz(r-4.5-any)
pedmut_0.9.1.tar.gz(r-4.7-any)pedmut_0.9.1.tar.gz(r-4.6-any)
pedmut_0.9.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
pedmut/json (API)
NEWS
| # Install 'pedmut' in R: |
| install.packages('pedmut', repos = c('https://magnusdv.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/magnusdv/pedmut/issues
mutation-modelingpedigree-analysispedsuite
Last updated from:24553a1337. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 133 | ||
| linux-release-x86_64 | OK | 100 | ||
| macos-release-arm64 | OK | 102 | ||
| macos-oldrel-arm64 | OK | 86 | ||
| windows-devel | OK | 70 | ||
| windows-release | OK | 76 | ||
| windows-oldrel | OK | 79 | ||
| wasm-release | OK | 86 |
Exports:adjustRatealwaysLumpablefindStationarygetParamsisBoundedisLumpableisMutationMatrixisMutationModelisReversibleisStationarylumpedMatrixlumpedModellumpMutSpecialmakeReversiblemakeStationarymutationMatrixmutationModelmutRatesexEqualstabilizestepwiseReversiblevalidateMutationMatrixvalidateMutationModel
Dependencies:lpSolve
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Adjust the overall mutation rate of a model | adjustRate |
| Find the stationary frequency distribution | findStationary |
| Get model parameters | getParams |
| Test for mutation matrix/model | isMutationMatrix isMutationModel |
| Combine alleles in a mutation matrix | lumpedMatrix lumpedModel |
| Special lumping of mutation models | lumpMutSpecial |
| Transformations to reversibility | makeReversible |
| Transformation (stabilisation) to stationarity | makeStationary |
| Upper limits for overall mutation rate for the stepwise reversible model. | maxRate |
| Mutation model properties | alwaysLumpable isBounded isLumpable isReversible isStationary model_properties |
| Mutation matrix | mutationMatrix validateMutationMatrix |
| Mutation models | mutationModel sexEqual validateMutationModel |
| Overall mutation rate | mutRate |
| Stabilization of mutation matrix | stabilize |
| Dawid's reversible stepwise model | stepwiseReversible |