Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.08 KB

OneNet

OneNet is a stability based network inference aggregation method from whole metagenome sequencing data, which aims at fostering reproducibility and precision.

Installation

You can install the latest version of OneNet from the with the following command :

remotes::install_github(repo = "metagenopolis/OneNet@*release")

Tutorial

A tutorial on the liver cirrhosis dataset from Qin et. al 2014 is available. You need to build package vignettes.

remotes::install_github(repo = "metagenopolis/OneNet@*release", build_vignettes = TRUE, force=TRUE)
library(OneNet)
vignette(package='OneNet', "Demo_offline")

Citation

If you find OneNet useful, please cite:

Champion C, Momal R, Le Chatelier E, Sola M, Mariadassou M, Berland M (2024) OneNet—One network to rule them all: Consensus network inference from microbiome data. PLoS Comput Biol 20(12): e1012627. https://doi.org/10.1371/journal.pcbi.1012627