ath.churchill: Example metabolite expression data from Arabidopsis Thaliana on 9 metabolites.
Description
Arabidopsis recombinant inbred lines by selfing. There are 403 lines, 9 phenotypes,
and 69 markers on 5 chromosomes stored as a list with 3 matrices: genotypes, phenotypes, map
Usage
data(ath.churchill)
Arguments
Format
Data stored in a list holding 3 matrices genotypes, phenotypes and map
Details
Arabidopsis recombinant inbred lines by selfing. There are 403 lines, 9 metabolic
phenotypes, and 69 markers on 5 chromosomes.
library(ctl)
data(ath.churchill) # Arabidopsis thaliana dataset ath.gary$genotypes[1:5, 1:5] # ath.gary is the short name ath.gary$phenotypes[1:5, 1:5]
ath.gary$map[1:5, ]