GitHub - almeidasilvaf/BioNERO: Easy and comprehensive biological network reconstruction and analysis (original) (raw)

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 fromCRAN. Then install BioNERO fromBioconductor using the following code:

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

And the development version fromGitHub 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 citeBioNERO.

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

To cite BioNERO in publications use:

Almeida-Silva, F., Venancio, T.M. BioNERO: an all-in-one

R/Bioconductor package for comprehensive and easy biological network

reconstruction. Funct Integr Genomics 22, 131-136 (2022).

https://doi.org/10.1007/s10142-021-00821-9

A BibTeX entry for LaTeX users is

@Article{,

title = {BioNERO: an all-in-one R/Bioconductor package for comprehensive and easy biological network reconstruction},

author = {Fabricio Almeida-Silva and Thiago M. Venancio},

journal = {Functional And Integrative Genomics},

year = {2022},

volume = {22},

number = {1},

pages = {131-136},

url = {https://link.springer.com/article/10.1007/s10142-021-00821-9},

doi = {10.1007/s10142-021-00821-9},

}

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.