knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#"
)

BioNERO

GitHub issues Lifecycle: stable R-CMD-check-bioc Codecov test coverage

BioNERO aims to integrate all aspects of biological network inference in a single package, so users don't have to learn the syntaxes of several packages and how to communicate among them. BioNERO features:

Installation instructions

Get the latest stable R release from CRAN. Then install BioNERO from Bioconductor using the following code:

if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}
BiocManager::install("BioNERO")

And the development version from GitHub with:

BiocManager::install("almeidasilvaf/BioNERO")

Citation

Below is the citation output from using citation('BioNERO') in R. Please run this yourself to check for any updates on how to cite BioNERO.

print(citation('BioNERO'), bibtex = TRUE)

Please note that the BioNERO was only made possible thanks to many other R and bioinformatics software authors, which are cited either in the vignettes and/or the paper(s) describing this package.



almeidasilvaf/BioNERO documentation built on Oct. 9, 2024, 1:49 a.m.