Learn R Programming

qtlbook (version 0.18-8)

ch3c: Data with misplaced markers

Description

Anonymous data with markers out of place.

Usage

ch3c

Arguments

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.

References

Broman, K. W. and Sen, S. (2009) A Guide to QTL Mapping with R/qtl. Springer, New York.

See Also

ch3a, ch3b

Examples

Run this code
# NOT RUN {
data(ch3c)

library(qtl)
ch3c <- est.rf(ch3c)
plotRF(ch3c, chr=c(1,7,12,13,15))

# }

Run the code above in your browser using DataLab