clean.up {MoBPS} | R 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)
[Package MoBPS version 1.6.64 Index]