calc_founder_coefficients: Get the founder coefficients.

View source: R/calc-founder-coefficients.R

calc_founder_coefficientsR Documentation

Get the founder coefficients.

Description

Get the founder coefficients.

Usage

calc_founder_coefficients(
  dataset,
  id,
  chrom,
  intcovar = NULL,
  blup = FALSE,
  center = TRUE,
  cores = 0
)

Arguments

dataset

The dataset object.

id

The unique id in the dataset.

chrom

The chromosome.

intcovar

The interactive covariate.

blup

'TRUE' to perform BLUP.

center

'TRUE' to center the data.

cores

The number of cores to use (0 = ALL).

Value

A named 'list' with each element being a tibble with the following


churchill-lab/qtl2api documentation built on April 17, 2025, 3:27 a.m.