Learn R Programming

BDgraph (version 2.33)

geneExpression: Human gene expression dataset

Description

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

Usage

data( geneExpression )

Arguments

Format

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

Examples

Run this code
## Not run: ------------------------------------
#   data( geneExpression )
#   dim( geneExpression )
#   head( geneExpression )
#   boxplot( geneExpression )
## ---------------------------------------------

Run the code above in your browser using DataLab