ch3c {qtlbook} | R Documentation |
Data with misplaced markers
Description
Anonymous data with markers out of place.
Usage
ch3c
Format
An object of class cross
. See qtl::read.cross()
for details.
Details
An intercross with 100 individuals, each with one real phenotype and typed at 108 markers.
Source
Karl W Broman, broman@wisc.edu
References
Broman, K. W. and Sen, S. (2009) A Guide to QTL Mapping with R/qtl. Springer, New York.
See Also
Examples
data(ch3c)
library(qtl)
ch3c <- est.rf(ch3c)
plotRF(ch3c, chr=c(1,7,12,13,15))
[Package qtlbook version 0.18-8 Index]