Description Usage Arguments Details Value Author(s) See Also Examples
Plot the LOD curve including the markers for a genome scan with the single-QTL model.
1 2 |
x |
An object of class |
old.data |
An object of class |
chr |
Optional vector indicating the chromosomes to plot. |
gap |
Gap separating chromosomes (in cM). |
... |
Other arguments. See package |
This function allow the user to plot the results produced by scanone
. The LOD scores for single or multiple chromosomes are plotted with the markers indicated.
See also plot.scanone
for plotting the scan results but with the probabilities on the marker positions.
None
Ronnie Nelson and Xia Shen
impo.prob
, qtl.outbred-package
, plot.scanone
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
# ----- impo.prob example
file <- paste(R.home(), '/library/qtl.outbred/example_data.csv', sep = '')
data <- read.cross('csv', file = file, genotypes = c('AA', 'AB', 'BB'))
path <- paste(R.home(), '/library/qtl.outbred/', sep = '')
outbred.data <- impo.prob(cross.data = data, path = path, stepsize = 5)
# ----- QTL scan using Haley-Knott regression and plotting
hk.model <- scanone(outbred.data, method = 'hk', pheno.col = 2)
plot(hk.model)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.