powered by
Function to estimate the GIC per homologue using IBD probabilities
estimate_GIC(IBD_list)
A nested list; each list element (per linkage group) contains the following items:
Matrix of GIC values estimated from the IBD probabilities
Integrated linkage map positions of markers used in IBD calculation
The parental marker phasing, coded in 1 and 0's
List of IBD probabilities
data("IBD_4x") GIC_4x <- estimate_GIC(IBD_list = IBD_4x)
Run the code above in your browser using DataLab