meiotic_dist: Meiotic distance between two individuals

View source: R/RcppExports.R

meiotic_distR Documentation

Meiotic distance between two individuals

Description

Get the number of meioses between two individuals. Note, that pedigrees must first have been inferred by build_pedigrees().

Usage

meiotic_dist(ind1, ind2)

Arguments

ind1

Individual 1

ind2

Individual 2

Value

Number of meioses between ind1 and ind2 if they are in the same pedigree, else -1.


malan documentation built on July 4, 2024, 9:09 a.m.