geneExpression {BDgraph} | R Documentation |
The dataset contains human gene expression of 100 transcripts (with unique Illumina TargetID) measured on 60 unrelated individuals.
data( geneExpression )
The format is a matrix with 60 rows (number of individuals) and 100 column (number of transcripts).
The genotypes of those 60 unrelated individuals are available from the Sanger Institute website at ftp://ftp.sanger.ac.uk/pub/genevar
data( geneExpression ) dim( geneExpression ) head( geneExpression )