yeast.brem {ctl}R Documentation

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)

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.

Source

Saccharomyces cerevisiae RNA expression data from XX, senior author: Rachel Brem 20XX, Published in: Plos

References

TODO

Examples

  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, ]

[Package ctl version 1.0.0-10 Index]