Skip to content

A R package to perform genome-wide allele-specific expression

Notifications You must be signed in to change notification settings

JingXieMIZZOU/BLMRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLMRM: A Bayesian Logistic Regression Model for Genome-Wide Detection of Allele-Specific Gene Expression

This R package provide a powerful and flexiable method (BLMRM) to detect ASE genes and detect ASE variation within genes simultaneously while maintaining low computational requirements.

Getting Started

There are basically three steps to conduct ASE detection with BLMRM, i.e., read in raw data, estimate hyperparameters, and test hypotheses.Typical ASE analysis with BLMRM can be performed by running below code, see introduction.pdf inside vignettes folder for details.

library("BLMRM")
rawdata<-read.csv(file="YourRawdata.csv")
hyperparas<- para.est(data=rawdata,rep=R)
res<- detection(data=rawdata,clean_index=hyperparas$index,paras=hyperparas$para,rep=R,fdr=0.05)
list.ASEgene<-res$GeneEffect
list.SNPvariation<-res$SNPEffect
list.ASE.SNP<- res$GSEffect

Prerequisites

R (>= 2.10)

Installing

install.packages("devtools")
devtools::install_github("JingXieMIZZOU/BLMRM")

Authors

Jing Xie (jx5fd@mail.missouri.edu)

License

This project is licensed under the GPL License.

About

A R package to perform genome-wide allele-specific expression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages