split_by_haplotypes: Split pids by haplotype

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Individuals with the same haplotype will be in the same group and individuals with different haplotypes will be in different groups.

Usage

1
split_by_haplotypes(population, pids)

Arguments

population

Population obtained from simulation

pids

Vector of individual pids

Value

List of integer vector, element i is an IntegerVector with all pids from pids with the same haplotype


malan documentation built on July 2, 2020, 3:01 a.m.