R/geneExpr-data.R

#' Anonymized gene expression data
#'
#' 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 data(geneExpr)
#'
#' @format A list containing a matrix `expr` with the gene
#' expression data plus a vector `genotype` with the genotypes.
#'
#' @author Karl W Broman, 2013-05-16
#'
#' @keywords datasets
#'
#' @examples
#' data(geneExpr)
#' \donttest{
#' # heat map of correlation matrix, linked to scatterplots
#' iplotCorr(geneExpr$expr, geneExpr$genotype, reorder=TRUE)}
"geneExpr"

Try the qtlcharts package in your browser

Any scripts or data that you put into this service are public.

qtlcharts documentation built on Jan. 8, 2022, 1:06 a.m.