comparison MatrixEQTL/man/GE.Rd @ 3:ae74f8fb3aef draft

Uploaded
author jasonxu
date Fri, 12 Mar 2021 08:20:57 +0000
parents cd4c8e4a4b5b
children
comparison
equal deleted inserted replaced
2:5fafba5359eb 3:ae74f8fb3aef
1 \name{GE}
2 \alias{GE}
3 \docType{data}
4 \title{
5 Artificial data for Matrix eQTL sample code: Gene expression.
6 }
7 \description{
8 Artificial data set with expression of 10 genes across 15 samples.
9 Columns of the file must match to those of the genotype and covariates data sets.
10 }
11 \format{
12 \tabular{llll}{
13 geneid \tab Sam_01 \tab Sam_02 \tab \ldots \cr
14 Gene_01 \tab 4.91 \tab 4.63 \tab \ldots \cr
15 Gene_02 \tab 13.78 \tab 13.14 \tab \ldots \cr
16 \ldots \tab \ldots \tab \ldots \tab \ldots \cr
17 }
18 }
19 \references{
20 The package website: \url{http://www.bios.unc.edu/research/genomic_software/Matrix_eQTL/}
21 }
22 \seealso{
23 See \code{\link{Matrix_eQTL_engine}} for reference and sample code.
24 }
25 \keyword{datasets}