Skip to content
/ HIMA Public
forked from YinanZheng/HIMA

High-dimensional Mediation Analysis (HIMA)

Notifications You must be signed in to change notification settings

guhjy/HIMA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#HIMA: High-dimensional Mediation Analysis GitHub release

HIMA is an R package for estimating and testing high-dimensional mediation effects in genomic/epigenomic studies.

Installation

In R console,

## Install REMP
library(devtools)
install_github("YinanZheng/HIMA",
               dependencies=TRUE)
               
## If SSL cert verification failure
library(RCurl)
library(httr)
set_config( config( ssl_verifypeer = 0L ) )
install_github("YinanZheng/HIMA",
               dependencies=TRUE)

##Citation:

Zhang H, Zheng Y, Zhang Z, Gao T, Joyce B, Yoon G, Zhang W, Schwartz J, Just A, Colicino E, Vokonas P, Zhao L, Lv J, Baccarelli A, Hou L, Liu L. Estimating and Testing High-dimensional Mediation Effects in Epigenetic Studies. Bioinformatics. 2016. DOI: http://dx.doi.org/10.1093/bioinformatics/btw351. PubMed PMID: 27357171.

##Contact package maintainer: Yinan Zheng

Email: y-zheng@northwestern.edu

About

High-dimensional Mediation Analysis (HIMA)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%