Learn R Programming

ctl (version 1.0.0-10)

yeast.brem: Example gene expression data from Saccharomyces cerevisiae on 301 RNA expressions.

Description

Saccharomyces recombinant inbred lines. There are 109 lines, 301 phenotypes, genotyped at 282 markers on 16 chromosomes stored as a list with 3 matrices: genotypes, phenotypes and map

Usage

data(yeast.brem)

Arguments

Format

Data stored in a list holding 3 matrices genotypes, phenotypes and map

Details

Saccharomyces recombinant inbred lines. There are 109 lines, 301 RNA expression phenotypes. The individuals are genotyped at 282 markers on 16 chromosomes.

References

TODO

Examples

Run this code
  library(ctl)
  data(yeast.brem)              # Yeast data set
  
  yeast.brem$genotypes[1:5, 1:5]
  yeast.brem$phenotypes[1:5, 1:5]
  yeast.brem$map[1:5, ]

Run the code above in your browser using DataLab