View source: R/calc-lod-scores-by-covar.R
calc_lod_scores_by_covar | R Documentation |
Perform the LOD scan for each "value" of the interactive covariate.
calc_lod_scores_by_covar(dataset, id, chrom, intcovar, cores = 0)
dataset |
the dataset object |
id |
the unique id in the dataset |
chrom |
The chromosome. |
intcovar |
the interactive covariate |
cores |
number of cores to $se (0=ALL) |
A named list with each name a "sample value" and the element is a tibble with the following columns: id, chr, pos, lod.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.