Learn R Programming

qtlcharts (version 0.16)

geneExpr: 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.

Usage

data(geneExpr)

Arguments

Format

A list containing a matrix `expr` with the gene expression data plus a vector `genotype` with the genotypes.

Examples

Run this code
# NOT RUN {
data(geneExpr)
# }
# NOT RUN {
# heat map of correlation matrix, linked to scatterplots
iplotCorr(geneExpr$expr, geneExpr$genotype, reorder=TRUE)
# }

Run the code above in your browser using DataLab