Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Discrete Laplace Mixture Inference using the EM Algorithm

License

NotificationsYou must be signed in to change notification settings

mikldk/disclapmix

Repository files navigation

An R package (https://www.r-project.org/) to perform inference in a mixture of discrete Laplace distributions using the EM algorithm.Intended for forensic Y chromosomal STR (Y-STR) haplotype analyses.

See documentation included in package (vignettes and manual) athttps://mikldk.github.io/disclapmix/.

Installation

You first needR (https://www.r-project.org/).Then you can installdisclapmix from CRAN using

install.packages("disclapmix")

You can also install the development version from GitHub by using theremotes package (https://CRAN.R-project.org/package=remotes):

# install.packages("remotes")remotes::install_github("mikldk/disclapmix")

Getting started

Refer to the included vignettes. You can get an overview of the included vignettes by the followingR command:

vignette(package="disclapmix")

To read a vignette, type:

vignette("introduction",package="disclapmix")

Running tests

Note that to also install the tests, you need to install the package as follows:

# install.packages("remotes")remotes::install_github("mikldk/disclapmix",INSTALL_opts="--install-tests")

You can now run the tests:

library(disclapmix)library(testthat)test_package('disclapmix')

Contribute, issues, and support

Please use the issue tracker athttps://github.com/mikldk/disclapmix/issuesif you want to notify us of an issue or need support.If you want to contribute, please either create an issue or make a pull request.

References

Andersen MM, PS Eriksen, N Morling (2013).The discrete Laplace exponential family and estimation of Y-STR haplotype frequencies.Journal of Theoretical Biology 329.https://doi.org/10.1016/j.jtbi.2013.03.009

Andersen MM, PS Eriksen, N Morling (2013).A gentle introduction to the discrete Laplace method for estimating Y-STR haplotype frequencies.arXiv:1304.2129.https://arxiv.org/abs/1304.2129

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

License

License: GPL-2.

Badges

The Journal of Open Source Software:

DOI

Zenodo:

DOI

Travis CI:

Travis-CI Build Status

About

Discrete Laplace Mixture Inference using the EM Algorithm

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp