Learn R Programming

MoBPS (version 1.6.64)

clean.up: 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

Run this code
# NOT RUN {
data(ex_pop)
ex_pop <- clean.up(ex_pop)
# }

Run the code above in your browser using DataLab