I*nferring Probabilistic Boolean Networks of Gene Regulation Using Protein Activity Enrichment S*cores
Given a gene regulatory boolean network and a RNA-seq dataset, ingres computes protein activity normalised enrichment scores using VIPER, and then produces a probabilistic network using the scores as probabilities for fixed node activation or deactivation, in addition to the original boolean functions.
You can install the development version of ingres with:
# install.packages("devtools")
devtools::install_github("CBigOxf/ingres")
You may need to manually install some of the BioConductor dependencies before you can install ingres:
# install.packages("BiocManager")
BiocManager::install(c("viper", "AnnotationDbi", "org.Hs.eg.db", "aracne.networks"))
To cite ingres in publications use:
Victori, P. & Buffa, F. M. Ingres: from single-cell RNA-seq data to single-cell probabilistic Boolean networks. 2022.09.04.506528 Preprint at https://doi.org/10.1101/2022.09.04.506528 (2022).
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.