Mercurial > repos > jasonxu > matrixeqtl
diff MatrixEQTL/man/Covariates.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/Covariates.Rd Fri Mar 12 08:12:46 2021 +0000 @@ -0,0 +1,25 @@ +\name{Covariates} +\alias{Covariates} +\docType{data} +\title{ + Artificial data for Matrix eQTL sample code: Covariates. +} +\description{ + Artificial data set with 2 covariates across 15 samples. + Columns of the file must match to those of the expression and genotype data sets. +} +\format{ + \tabular{llll}{ + id \tab Sam_01 \tab Sam_02 \tab \ldots \cr + gender \tab 0 \tab 0 \tab \ldots \cr + age \tab 40 \tab 46 \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}