Mercurial > repos > jasonxu > matrixeqtl
comparison MatrixEQTL/man/SNP.Rd @ 0:cd4c8e4a4b5b draft
Uploaded
author | jasonxu |
---|---|
date | Fri, 12 Mar 2021 08:12:46 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cd4c8e4a4b5b |
---|---|
1 \name{SNP} | |
2 \alias{SNP} | |
3 \docType{data} | |
4 \title{ | |
5 Artificial data for Matrix eQTL sample code: Genotype. | |
6 } | |
7 \description{ | |
8 Artificial data set with genotype information for 15 markers across 15 samples. | |
9 Columns of the file must match to those of the gene expression and covariates data sets. | |
10 } | |
11 \format{ | |
12 \tabular{llll}{ | |
13 snpnid \tab Sam_01 \tab Sam_02 \tab \ldots \cr | |
14 Snp_01 \tab 2 \tab 0 \tab \ldots \cr | |
15 Snp_02 \tab 0 \tab 1 \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} |