Description Details Author(s) See Also Examples
The package calculates and imports genotype probabilities from outbred intercross designs into an R object. This allows fast scans for main effect QTL and two way interactions. Using this interface, most functions in package qtl
can be used for outbred designs.
Package: | qtl.outbred |
Type: | Package |
Version: | 2013.05.03 |
Date: | 2013-05-03 |
License: | GPL |
LazyLoad: | yes |
Depends: | qtl |
Ronnie Nelson and Xia Shen
Maintainer: Xia Shen <xia.shen@slu.se>
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
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.