geneExpression {BDgraph}R Documentation

Human gene expression dataset

Description

The dataset contains human gene expression of 100 transcripts (with unique Illumina TargetID) measured on 60 unrelated individuals.

Usage

 data( geneExpression ) 

Format

The format is a matrix with 60 rows (number of individuals) and 100 column (number of transcripts).

Source

The genotypes of those 60 unrelated individuals are available from the Sanger Institute website at ftp://ftp.sanger.ac.uk/pub/genevar

Examples

data( geneExpression )

dim( geneExpression )
head( geneExpression )

[Package BDgraph version 2.60 Index]