eQTL mapping using allele-specific gene expression data
This repository includes the package asSeq that implements the method TReCASE (Sun 2012). Please refer to another repository for all the pipelines for data anlaysis: https://github.com/Sun-lab/asSeq_pipelines
To install this package in R, use
library("devtools");
install_github("Sun-lab/asSeq")
There are many warning messages, and most of them are due to the codes we copied from bamtools. None of the warning message should affect the accuracy of our methods or the success of installation.
The success of compiling of the c/c++ codes and installation may depend on the compiler and handling of temporary files for each machine/operating system. For example, in a Mac environment, the package installation in Rstudio may fail because of permission to access system folders. In such situations, download the source package (e.g., asSeq_0.99.501.tar.gz) and run the following command in terminal should work
R CMD install asSeq_0.99.501.tar.gz
geoP is a method that exploits a geometric interpretation of permuation p-values to estimate permutation p-values without acutal permutations. It has been implemented in function getPermP.R
.
Sun, W. and Wright, AF. (2010). "A geometric interpretation of the permutation p-value and its application in eQTL studies." The Annals of Applied Statistics : 1014-1033. [PDF]
Sun, W. (2012). A statistical framework for eQTL mapping using RNA-seq data. Biometrics, 68(1), 1-11. [HTML, PDF]
Zhabotynsky, V., Huang, L., Little, P., Hu, Y. J., Pardo-Manuel de Villena, F., Zou, F., Sun, W. (2022). eQTL mapping using allele-specific count data is computationally feasible, powerful, and provides individual-specific estimates of genetic effects. PLoS Genetics, 18(3), e1010076. [HTML]