Description Usage Arguments Value Examples
Compute the LOD score at a given position (unobserved) given a data set and a genetic map
1 | LOD_position(position, data, map, phenotype = "IgG1")
|
position |
Position (in cM) of the marker along the chromosome |
data |
Data frame with genotypes and phenotype. Genotypes should be coded 0/1 |
phenotype |
Phenotype name (defaults to "IgG1"), should be a column of |
genetic_map |
Genetic map of the chromosome |
LOD score (numeric value)
1 2 3 | data(hw_data)
data(genetic_map)
LOD_position(position = 48, data = hw_data, map = genetic_map)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.