Bioc2026 Registration Open!

HIREewas

Detection of cell-type-specific risk-CpG sites in epigenome-wide association studies

Bioconductor version: 3.23 · Package version: 1.30.0

In epigenome-wide association studies, the measured signals for each sample are a mixture of methylation profiles from different cell types. The current approaches to the association detection only claim whether a cytosine-phosphate-guanine (CpG) site is associated with the phenotype or not, but they cannot determine the cell type in which the risk-CpG site is affected by the phenotype. We propose a solid statistical method, HIgh REsolution (HIRE), which not only substantially improves the power of association detection at the aggregated level as compared to the existing methods but also enables the detection of risk-CpG sites for individual cell types. The "HIREewas" R package is to implement HIRE model in R.

Installation

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

BiocManager::install("HIREewas")

Details

MaintainerXiangyu Luo <xyluo1991@gmail.com>
AuthorXiangyu Luo <xyluo1991@gmail.com>, Can Yang <macyang@ust.hk>, Yingying Wei <yweicuhk@gmail.com>
LicenseGPL (>= 2)
Downloads rank277
Source branchRELEASE_3_23
biocViewsDNAMethylation, DifferentialMethylation, FeatureExtraction, Software

Documentation

Download

Dependencies

Depends: R (>= 3.5.0)

Imports: quadprog, gplots, grDevices, stats

Suggests: BiocStyle, knitr, BiocGenerics