1. We assume that the gene expression data and the genotype data are appropriately preprocessed. Usually, gene expression datasets are long and skinny, i.e. p >> n
. We recommend to partition this gene expression data to run simultaneous analyses on all the partitions to save time. This can be performed using jaguar_slice
2. If performing a genome-wide analysis, run jaguar_gwa
on each gene expression data partition to obtain a matrix of joint score test p-values with genes on rows and SNPs on columns. If performing a cis analysis, run jaguar_cis
on each gene expression data partition.
3. Permutation resampling can be performed while running cis analysis and gene-level p-values can be obtained. We do not recommend permutations for genome-wide analysis due to the computational burden.
4. After running a genome-wide analysis, jaguar_process
function can be used to identify significant gene-SNP pairs based on a predetermined or user-defined threshold value.
5. Power or null simulations can be run using jaguar_sim
by simulating one gene-SNP pair at a time.
Package: |
JAGUAR |
Type: |
Package |
Version: |
3.0.1 |
Date: |
2016-07-11 |
License: |
GPL-2 |