Skip to content
/ asSeq Public

allele-specific sequencing data analysis pipeline

Notifications You must be signed in to change notification settings

Sun-lab/asSeq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R CRAN status DOI DOI

Introduction

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

Installation

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

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.

References

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]

About

allele-specific sequencing data analysis pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •