View source: R/polyqtlR_functions.R
estimate_GIC | R Documentation |
Function to estimate the GIC per homologue using IBD probabilities
estimate_GIC(IBD_list)
IBD_list |
List of IBD probabilities |
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
data("IBD_4x")
GIC_4x <- estimate_GIC(IBD_list = IBD_4x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.