https://github.com/cran/BDgraph
Raw File
Tip revision: 3c02ae9062a402a3d1f1ae441de0b8d24b4cdc62 authored by Abdolreza Mohammadi on 03 October 2016, 09:43:01 UTC
version 2.28
Tip revision: 3c02ae9
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
       }

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

\keyword{ datasets }
back to top