Mercurial > repos > jasonxu > matrixeqtl
diff MatrixEQTL/man/GE.Rd @ 0:cd4c8e4a4b5b draft
Uploaded
author | jasonxu |
---|---|
date | Fri, 12 Mar 2021 08:12:46 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MatrixEQTL/man/GE.Rd Fri Mar 12 08:12:46 2021 +0000 @@ -0,0 +1,25 @@ +\name{GE} +\alias{GE} +\docType{data} +\title{ + Artificial data for Matrix eQTL sample code: Gene expression. +} +\description{ + Artificial data set with expression of 10 genes across 15 samples. + Columns of the file must match to those of the genotype and covariates data sets. +} +\format{ + \tabular{llll}{ + geneid \tab Sam_01 \tab Sam_02 \tab \ldots \cr + Gene_01 \tab 4.91 \tab 4.63 \tab \ldots \cr + Gene_02 \tab 13.78 \tab 13.14 \tab \ldots \cr + \ldots \tab \ldots \tab \ldots \tab \ldots \cr + } +} +\references{ + The package website: \url{http://www.bios.unc.edu/research/genomic_software/Matrix_eQTL/} +} +\seealso{ + See \code{\link{Matrix_eQTL_engine}} for reference and sample code. +} +\keyword{datasets}