yufree / enet

network analysis for exposure study

Home Page:https://yufree.github.io/enet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enet

R-CMD-check

The goal of enet is to perform network analysis between exposome and metabolites. It also include function to perform network analysis among metabolites and exposures. At current stage, this package can be used to find gatekeepers.

Installation

You can install the released version of enet from GitHub with:

remotes::install_github("yufree/enet")

Example

This is a basic example to find gatekeepers

library(enet)
data(expo)
data(meta)
re <- getgk(exp(meta),expo)

Citation

  • Yu, M.; Teitelbaum, S. L.; Dolios, G.; Dang, L.-H. T.; Tu, P.; Wolff, M. S.; Petrick, L. M. Molecular Gatekeeper Discovery: Workflow for Linking Multiple Exposure Biomarkers to Metabolomics. Environ. Sci. Technol. 2022. https://doi.org/10.1021/acs.est.1c04039.

About

network analysis for exposure study

https://yufree.github.io/enet

License:Other


Languages

Language:R 100.0%