View source: R/calc-founder-coefficients.R
calc_founder_coefficients | R Documentation |
Get the founder coefficients.
calc_founder_coefficients(
dataset,
id,
chrom,
intcovar = NULL,
blup = FALSE,
center = TRUE,
cores = 0
)
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). |
A named 'list' with each element being a tibble with the following
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.