Skip to content

Commit

Permalink
Add example gene expression data
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed Dec 7, 2013
1 parent 6a12ed1 commit bcdfef4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
12 changes: 12 additions & 0 deletions R/geneExpr-data.R
@@ -0,0 +1,12 @@
#' @name geneExpr
#' @title Anonymized gene expression data
#' @description An anonymized set of gene expression values, for 100
#' genes all influenced by a common locus, plus a vector of genotypes
#' for the 491 individuals.
#' @docType data
#' @usage geneExpr
#' @format A list containing a matrix \code{expr} with the gene
#' expression data plus a vector \code{genotype} with the genotypes.
#' @author Karl W Broman, 2013-05-16
#' @keywords datasets
NULL
Binary file added data/geneExpr.rda
Binary file not shown.
16 changes: 16 additions & 0 deletions man/geneExpr.Rd
@@ -0,0 +1,16 @@
\docType{data}
\name{geneExpr}
\alias{geneExpr}
\title{Anonymized gene expression data}
\format{A list containing a matrix \code{expr} with the gene
expression data plus a vector \code{genotype} with the genotypes.}
\description{
An anonymized set of gene expression values, for 100
genes all influenced by a common locus, plus a vector of
genotypes for the 491 individuals.
}
\author{
Karl W Broman, 2013-05-16
}
\keyword{datasets}

0 comments on commit bcdfef4

Please sign in to comment.