GithubHelp home page GithubHelp logo

charlesyip2016 / bionero Goto Github PK

View Code? Open in Web Editor NEW

This project forked from almeidasilvaf/bionero

0.0 0.0 0.0 30.78 MB

Easy and comprehensive biological network reconstruction and analysis

Home Page: https://almeidasilvaf.github.io/BioNERO/

R 84.25% TeX 15.75%

bionero's Introduction

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:

  • Expression data preprocessing using state-of-the-art techniques for network inference.
  • Automated exploratory data analyses, including principal component analysis (PCA) and heatmaps of gene expression or sample correlations.
  • Inference of gene coexpression networks (GCNs) using the popular WGCNA algorithm.
  • Inference of gene regulatory networks (GRNs) based on the “wisdom of the crowds” principle. This principle consists in inferring GRNs with multiple algorithms (here, CLR, GENIE3 and ARACNE) and calculating the average rank for each interaction pair.
  • Exploration of network topology of GCNs, GRNs, and protein-protein interaction networks.
  • Network visualization.
  • Network comparison, including identification of consensus modules across independent expression sets, and calculation of intra and interspecies module preservation statistics between different networks.

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)
# 
# 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.