Learn R Programming

⚠️There's a newer version (2.3.3) of this package.Take me there.

HIMA: High-dimensional Mediation Analysis

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

Installation

HIMA is now available in R CRAN repository

## Install HIMA
install.packages("HIMA")

To install from GitHub

## Install HIMA from GitHub
library(devtools)
install_github("yinanzheng/HIMA")

If package "qvalue" is not found, please first install "qvalue" package through Bioconductor: https://www.bioconductor.org/packages/release/bioc/html/qvalue.html

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("qvalue")

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;32(20):3150-4. DOI: 10.1093/bioinformatics/btw351. PubMed PMID: 27357171; PMCID: PMC5048064.

Zhang H, Zheng Y, Hou L, Liu L. Mediation Analysis for Survival Data with High-Dimensional Mediators. Bioinformatics. 2021;37(21):3815-21. DOI: 10.1093/bioinformatics/btab564. PubMed PMID: 34343267; PMCID: PMC8570823.

Zhang H, Chen J, Feng Y, Wang C, Li H, Liu L. Mediation effect selection in high-dimensional and compositional microbiome data. Stat Med. 2021;40(4):885-96. DOI: 10.1002/sim.8808. PubMed PMID: 33205470; PMCID: PMC7855955.

Contact package maintainer:

Yinan Zheng

Email: y-zheng@northwestern.edu

Copy Link

Version

Install

install.packages('HIMA')

Monthly Downloads

692

Version

2.2.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Yinan Zheng

Last Published

April 27th, 2023

Functions in HIMA (2.2.0)

microHIMA

High-dimensional mediation analysis for compositional microbiome data
Example2

Example dataset 2 for HIMA: Binary outcome
survHIMA

High-dimensional mediation analysis for survival data
hima2

Advanced High-dimensional Mediation Analysis
hima

High-dimensional Mediation Analysis
Example1

Example dataset 1 for HIMA: Continuous outcome
Example4

Example dataset 4 for HIMA: Compositional mediator (e.g., microbiome)
HIMA-package

High-Dimensional Mediation Analysis for 'Omic' Data
Example3

Example dataset 3 for HIMA: Survival data outcome