Bioc2026 Registration Open!

BioNERO

Biological Network Reconstruction Omnibus

Bioconductor version: 3.23 · Package version: 1.20.0

BioNERO aims to integrate all aspects of biological network inference in a single package, including data preprocessing, exploratory analyses, network inference, and analyses for biological interpretations. BioNERO can be used to infer gene coexpression networks (GCNs) and gene regulatory networks (GRNs) from gene expression data. Additionally, it can be used to explore topological properties of protein-protein interaction (PPI) networks. GCN inference relies on the popular WGCNA algorithm. GRN inference is based on the "wisdom of the crowds" principle, which consists in inferring GRNs with multiple algorithms (here, CLR, GENIE3 and ARACNE) and calculating the average rank for each interaction pair. As all steps of network analyses are included in this package, BioNERO makes users avoid having to learn the syntaxes of several packages and how to communicate between them. Finally, users can also identify consensus modules across independent expression sets and calculate intra and interspecies module preservation statistics between different networks.

Installation

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

BiocManager::install("BioNERO")

Details

MaintainerFabricio Almeida-Silva <fabricio_almeidasilva@hotmail.com>
AuthorFabricio Almeida-Silva [cre, aut] (ORCID: <https://orcid.org/0000-0002-5314-2964>), Thiago Venancio [aut] (ORCID: <https://orcid.org/0000-0002-2215-8082>)
LicenseGPL-3
URLhttps://github.com/almeidasilvaf/BioNERO
Bug Reportshttps://github.com/almeidasilvaf/BioNERO/issues
Downloads rank417
Source branchRELEASE_3_23
biocViewsGeneExpression, GeneRegulation, GraphAndNetwork, Network, NetworkInference, Preprocessing, Software, SystemsBiology

Documentation

Download

Dependencies

Depends: R (>= 4.1)

Imports: WGCNA, dynamicTreeCut, ggdendro, matrixStats, sva, RColorBrewer, ComplexHeatmap, ggplot2, rlang, ggrepel, patchwork, reshape2, igraph, ggnetwork, intergraph, NetRep, stats, grDevices, utils, methods, BiocParallel, minet, GENIE3, SummarizedExperiment

Suggests: knitr, rmarkdown, testthat (>= 3.0.0), BiocStyle, DESeq2, networkD3, covr

Reverse dependencies

Imports Me (1): cageminer