estimate_GIC: Estimate the Genotypic Information Coefficient (GIC)

Description Usage Arguments Value Examples

View source: R/polyqtlR_functions.R

Description

Function to estimate the GIC per homologue using IBD probabilities

Usage

1
estimate_GIC(IBD_list)

Arguments

IBD_list

List of IBD probabilities

Value

A nested list; each list element (per linkage group) contains the following items:

Examples

1
2
data("IBD_4x")
GIC_4x <- estimate_GIC(IBD_list = IBD_4x)

polyqtlR documentation built on Feb. 2, 2022, 5:09 p.m.