Learn R Programming

polyqtlR (version 0.1.1)

estimate_GIC: Estimate the Genotypic Information Coefficient (GIC)

Description

Function to estimate the GIC per homologue using IBD probabilities

Usage

estimate_GIC(IBD_list)

Value

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

GIC :

Matrix of GIC values estimated from the IBD probabilities

map :

Integrated linkage map positions of markers used in IBD calculation

parental_phase :

The parental marker phasing, coded in 1 and 0's

Arguments

IBD_list

List of IBD probabilities

Examples

Run this code
data("IBD_4x")
GIC_4x <- estimate_GIC(IBD_list = IBD_4x)

Run the code above in your browser using DataLab