SkillAgentSearch skills...

CKMRpop

No description available

Install / Use

/learn @eriqande/CKMRpop
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CKMRpop <img src="man/figures/CKMRpop-sticker.png" align="right" width="200"/>

CKMRpop is an R package for forward-in-time simulation and tabulation of pairwise relationships in age-structured populations. It provides a wrapper for running the compiled C-program spip (Anderson and Dunham 2005), which simulates an age-structured population forward in time. The output of spip is processed by functions in CKMRpop and used to identify related pairs of individuals in samples taken from the simulated population.

<!-- badges: start -->

CRAN
status R-CMD-check

<!-- badges: end -->

Installation

To install CKMRpop from GitHub, first do this:

remotes::install_github("eriqande/CKMRpop")

Installing this requires that you have your build environment set up for compiling RCpp code.

After it is installed, load the library and download and install the spip binary appropriate for your system (Mac, Linux, and Windows currently supported).

library(CKMRpop)
install_spip(Dir = system.file(package = "CKMRpop"))

The following shows an example of the use of CKMRpop for an example life history.

Online documentation

The package documentation and vignettes are available in pkgdown format at https://eriqande.github.io/CKMRpop/

The first vignette in the package demonstrates the use of most of the functionality in the package in the context of simulation of the life history of “Species 1” which looks like a fish that can be sampled at relatively early life stages. It can be found in the “articles” tab on package website, or you can go directly to it here.

Literature Cited

<div id="refs" class="references csl-bib-body hanging-indent"> <div id="ref-anderson2005spip" class="csl-entry">

Anderson, Eric C, and Kevin K Dunham. 2005. “Spip 1.0: A Program for Simulating Pedigrees and Genetic Data in Age-Structured Populations.” Molecular Ecology Notes 5 (2): 459–61.

</div> </div>

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated11mo ago
Forks1

Languages

R

Security Score

72/100

Audited on Apr 7, 2025

No findings