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 )
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/genevarExamples
Run this codedata( geneExpression )
dim( geneExpression )
head( geneExpression )
boxplot( geneExpression )
Run the code above in your browser using DataLab