Description
This simulated data list is for demonstration.
Value
- Ydat
- An array of expression data of dimension sample-by-gene-by-tissue, nxpxT, where n is sample size.
p is the number of genes, and T is the number of tissues. Ydat[,1,] is a matrix of the first gene expression
in T tissues for n individuals, nxT. Ydat[,,1] is a nxp matrix of the expression data of p genes in the first tissue.
- eqtl.lis
- A list of eQTL names of length p. Each of the element in the list contains the name of the eQTLs for
the corresponding gene. The order of the list should correspond to the order of genes in Ydat.
- snp.dat
- A matrix of genotype. Each row is a sample and each column corresponds to one SNP. The column names should match eqtl.lis.
- cov
- A matrix of covariates. Each row is a sample and each column corresponds to one covariate. For example, age, gender.