https://github.com/cran/BDgraph
Raw File
Tip revision: 6e9c9ebb7475fec23788106997c66e12da0f27b0 authored by Abdolreza Mohammadi on 01 October 2015, 00:25:21 UTC
version 2.23
Tip revision: 6e9c9eb
geneExpression.Rd
\name{geneExpression}
\alias{geneExpression}
\docType{data}
\title{ Human gene expression dataset }

\description{ 
This dataset contains human gene expression of \eqn{100} transcripts 
(with unique Illumina TargetID) measured on \eqn{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
       }

%\author{Abdolreza Mohammadi and Ernst Wit}

\examples{
  data( geneExpression )
  dim( geneExpression )
  head( geneExpression )
  boxplot( geneExpression )
}

\keyword{ datasets }
back to top