BSphe2 {dlmap} | R Documentation |
Simulated phenotypic data
Description
Phenotypic data simulated with BSdat which has multiple observations per genotype
Usage
data(BSphe2)
Format
A data frame with three columns:
- ID:
- the ID for each individual. These are the same 250
individuals appearing in BSdat, each with 4 replicates
- Block:
- a factor with 4 levels indicating the replicate
- phenotype:
- the phenotype value. It is generated from the same
QTL effects as in BSdat, with the additional block effect and random error
References
Broman, KW and Speed TP. 2002. A model selection approach for the identification of quantitative trait loci in experimental crosses. JRSS-B 64:641-656.
Examples
data(BSphe2)
boxplot(BSphe2$phenotype~BSphe2$Block)
[Package
dlmap version 1.0
Index]