Description Usage Arguments Value Examples
Calculate cis- and trans-eQTLs
| 1 | 
| ncore | The number of cores for parallel computing. | 
| Ynew | 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. | 
| ssnpDat | The genotype data matrix (n by SNP size). | 
| snp.info | Input for MatrixEQTL, with col.names snpID, chr, pos. | 
| gene.info | Input for MatrixEQTL, with col.names geneID, chr, lpos, rpos. | 
| cov | The covariates matrix for MatrixEQTL. | 
A list contains the cis- and trans-eQTLs for each gene.
| 1 2 3 4 5 6 | ## Not run: 
# a fake example
# eqtl_list = get_eqtl(ncore=2, Ynew, ssnpDat, snp.info, gene.info, cov)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.