knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

R/methyvim

Travis-CI Build Status AppVeyor Build  Status Coverage Status Project Status: Active – The project has reached a stable, usable state and is being actively developed. BioC status Bioc Time Bioc Downloads MIT license DOI

Targeted, Robust, and Model-free Differential Methylation Analysis

Authors: Nima Hejazi and Mark van der Laan


What's methyvim?

methyvim is an R package that provides facilities for differential methylation analysis based on variable importance measures (VIMs), statistical target parameters inspired by causal inference.

The statistical methodology implemented computes targeted minimum loss estimates of several well-characterized variable importance measures:

For discrete-valued treatments or exposures:

For continuous-valued treatments or exposures (WIP: support planned):

These methods allow differential methylation effects to be quantified in a manner that is largely assumption-free, especially of the variety exploited in parametric models. The statistical algorithm consists in several major steps:

  1. Pre-screening of genomic sites is used to isolate a subset of sites for which there is cursory evidence of differential methylation. For the sake of computational feasibility, targeted minimum loss-based estimates of VIMs are computed only for this subset of sites. Several screening approaches are available, adapting core routines from the following R packages: limma, tmle.npvi.
  2. Nonparametric VIMs are estimated for the specified parameter, currently adapting routines from the tmle.npvi and tmle R packages.
  3. Since pre-screening is performed prior to estimating VIMs, we make use of a multiple testing correction uniquely suited to such settings. Due to the multiple testing nature of the estimation problem, a variant of the Benjamini & Hochberg procedure for controlling the False Discovery Rate (FDR) is applied [@benjamini1995controlling]. Specifically, we apply the modified marginal Benjamini & Hochberg step-up False Discovery Rate controlling procedure for multi-stage analyses (FDR-MSA) [@tuglus2009modified].

For a general discussion of the framework of targeted minimum loss estimation and its myriad applications, the canonical references are @vdl2011targeted and @vdl2018targeted. @hernan2019causal and @pearl2000causality may be of interest to those desiring a more general introduction to statistical causal inference.


Installation

For standard use, install from Bioconductor using BiocManager:

if (!requireNamespace("BiocManager", quietly=TRUE)) {
  install.packages("BiocManager")
}
BiocManager::install("methyvim")

To contribute, install the bleeding-edge development version from GitHub via remotes:

remotes::install_github("nhejazi/methyvim")

Current and prior Bioconductor releases are available under branches with numbers prefixed by "RELEASE_". For example, to install the version of this package available via Bioconductor 3.6, use

remotes::install_github("nhejazi/methyvim", ref = "RELEASE_3_6")

Example

For details on how to best use the methyvim R package, please consult the most recent package vignette available through the Bioconductor project.


Issues

If you encounter any bugs or have any specific feature requests, please file an issue.


Contributions

Contributions are very welcome. Interested contributors should consult our contribution guidelines prior to submitting a pull request.


Citation

After using the methyvim R package, please cite the following:

    @article{hejazi2018methyvim,
      doi = {10.12688/f1000research.16047.1},
      url = {https://dx.doi.org/10.12688/f1000research.16047.1},
      year = {2018},
      publisher = {Faculty of 1000 Ltd},
      volume = {7},
      number = {1424},
      author = {Hejazi, Nima S and Phillips, Rachael V and Hubbard, Alan E
        and {van der Laan}, Mark J},
      title = {{methyvim}: Targeted, robust, and model-free differential
        methylation analysis in {R}},
      journal = {F1000Research}
    }

    @manual{hejazi2019methyvimbioc,
      author = {Hejazi, Nima S and {van der Laan}, Mark J},
      title = {{methyvim}: Targeted, robust, and model-free differential
        methylation analysis},
      doi = {10.18129/B9.bioc.methyvim},
      url = {https://bioconductor.org/packages/methyvim},
      note = {R package version 1.8.0}
    }

Related


Funding

The development of this software was supported in part through grants from the National Institutes of Health: T32 LM012417-02, R01 ES021369-05, and P42 ES004705-29.


License

© 2017-2019 Nima S. Hejazi

The contents of this repository are distributed under the MIT license. See file LICENSE for details.


References



nhejazi/methyvim documentation built on April 30, 2020, 7:14 p.m.