clean.up {MoBPS} | R Documentation |
Function to remove recombination points + origins with no influence on markers
clean.up(population, gen = "all", database = NULL, cohorts = NULL)
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) |
Population-list with deleted irrelevant recombination points
data(ex_pop)
ex_pop <- clean.up(ex_pop)