Learn R Programming

ctl (version 1.0.0-10)

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.

References

TODO

Examples

Run this code
  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, ]

Run the code above in your browser using DataLab