Skip to content
/ biotmle Public
forked from nhejazi/biotmle

🔬 R/biotmle: A package for biomarker discovery combining targeted minimum loss-based estimation with empirical Bayes moderation

License

Notifications You must be signed in to change notification settings

guhjy/biotmle

 
 

Repository files navigation

R/biotmle

Travis-CI Build Status AppVeyor Build  Status Coverage Status Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. MIT license

Targeted learning with the moderated t-statistic for biomarker discovery


Description

biotmle is an R package that facilitates biomarker discovery by generalizing the moderated t-statistic of Smyth for use with asymptotically linear target parameters. The set of methods implemented in this R package rely on the use of Targeted Minimum Loss-Based Estimation (TMLE) to transform biological sequencing data (e.g., microarray, RNA-seq) based on the influence curve representation of a particular statistical target parameter (e.g., the Average Treatment Effect). The transformed data is then used to test for group differences using the moderated t-statistic as implemented in the R package limma.


Installation

  • For standard use, install from Bioconductor:

    source("https://bioconductor.org/biocLite.R")
    biocLite("biotmle")
  • Install the most recent stable release from GitHub:

    devtools::install_github("nhejazi/biotmle")
  • To contribute, install the development version:

    devtools::install_github("nhejazi/biotmle", ref = "develop")

Issues

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


Citation

After using the biotmle R package, please cite it:

    @article{hejazi2017biotmle,
      doi = {},
      url = {},
      year  = {2017},
      month = {},
      publisher = {The Open Journal},
      volume = {},
      number = {},
      author = {Hejazi, Nima S and Cai, Weixin and Hubbard, Alan E},
      title = {biotmle: Targeted Learning for Biomarker Discovery},
      journal = {The Journal of Open Source Software}
    }

Principal References


License

© 2016-2017 Nima S. Hejazi & Alan E. Hubbard

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

About

🔬 R/biotmle: A package for biomarker discovery combining targeted minimum loss-based estimation with empirical Bayes moderation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 95.7%
  • TeX 3.9%
  • Makefile 0.4%