bayesint | R Documentation |
This function normalizes the area under the QTL curve on the given chromosome and finds a region that is 95
bayesint(qtl, chr, prob = 0.95, expandtomarkers = TRUE)
qtl |
data.frame: four columns with SNP ID, Chr, position, and LOD in each column. |
chr |
character: the chromosome on which the QTL lies. |
prob |
numeric: must be between 0 and 1 |
expandtomarkers |
boolean: if TRUE, expand the QTL interval to the nearest flanking markers. Default = TRUE. |
Data frame with the SNP ID, Chr, position and LOD for the left and right side of the interval and the maximum QTL.
Daniel Gatti
Saunak, S. (2001) A Statistical Framework for Quantitative Trait Mapping. Genetics, 159 (1), 371–387.
scanone
, scanone.perm
## Not run: bayesint(qtl, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.