| leafArea {heritability} | R Documentation |
Arabidopsis leaf area data for the hapmap and Swedish regmap population.
Description
Arabidopsis leaf area data for the hapmap and Swedish regmap population.
Usage
data(LA_H); data(LA_S)
Format
Data frame with leaf area observations:
genotypea factor, the levels being the accession identifiers
LA13_HLeaf area 13 days after sowing, in numbers of pixels (hapmap)
LA13_SLeaf area 13 days after sowing, in numbers of pixels (Swedish regmap)
replicateThe replicate (or block) each plant is contained in (factor with levels
1to4)rep1numeric encoding of the factor replicate: equals 1 if the plant is in replicate 1 and 0 otherwise
rep2numeric encoding of the factor replicate: equals 1 if the plant is in replicate 2 and 0 otherwise
rep3numeric encoding of the factor replicate: equals 1 if the plant is in replicate 3 and 0 otherwise
xThe within image x-coordinate of the plant. A factor with levels
123yThe within image y-coordinate of the plant. A factor with levels
1234x1numeric encoding of the factor
x: equals 1 if the plant is in position 1 and 0 otherwisex2numeric encoding of the factor
x: equals 1 if the plant is in position 2 and 0 otherwisey1numeric encoding of the factor
y: equals 1 if the plant is in position 1 and 0 otherwisey2numeric encoding of the factor
y: equals 1 if the plant is in position 2 and 0 otherwisey3numeric encoding of the factor
y: equals 1 if the plant is in position 3 and 0 otherwise
Author(s)
Willem Kruijer <willlem.kruijer@wur.nl>; experiments conducted by Padraic Flood <flood@mpipz.mpg.de>
References
Kruijer, W. et al. (2015) Marker-based estimation of heritability in immortal populations. Genetics, Vol. 199(2), p. 1-20.
See Also
For the corresponding genetic relatedness matrices, see K_hapmap and K_swedish.
Examples
data(LA_H); data(LA_S)