clean.up: Clean-up recombination points

View source: R/clean.up.R

clean.upR Documentation

Clean-up recombination points

Description

Function to remove recombination points + origins with no influence on markers

Usage

clean.up(population, gen = "all", database = NULL, cohorts = NULL)

Arguments

population

Population list

gen

Generations to clean up (default: "current")

database

Groups of individuals to consider

cohorts

Quick-insert for database (vector of names of cohorts to export)

Value

Population-list with deleted irrelevant recombination points

Examples

data(ex_pop)
ex_pop <- clean.up(ex_pop)

MoBPS documentation built on Nov. 5, 2025, 6:26 p.m.

Related to clean.up in MoBPS...