- Home
- Bioconductor 3.23
- Software Packages
- BioNERO (development version)
BioNERO
This is the development version of BioNERO; for the stable release version, see BioNERO.
Biological Network Reconstruction Omnibus
Bioconductor version: Development (3.23)
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.
Author: Fabricio Almeida-Silva [cre, aut] ORCID iD ORCID: 0000-0002-5314-2964 , Thiago Venancio [aut] ORCID iD ORCID: 0000-0002-2215-8082
Maintainer: Fabricio Almeida-Silva <fabricio_almeidasilva at hotmail.com>
citation("BioNERO")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("BioNERO")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("BioNERO")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.