Other packages > Find by keyword >

networkABC  

Network Reverse Engineering with Approximate Bayesian Computation
View on CRAN: Click here


Download and install networkABC package within the R console
Install from CRAN:
install.packages("networkABC")

Install from Github:
library("remotes")
install_github("cran/networkABC")

Install by package version:
library("remotes")
install_version("networkABC", "0.8-1")



Attach the package and use:
library("networkABC")
Maintained by
Frederic Bertrand
[Scholar Profile | Author Map]
First Published: 2019-03-06
Latest Update: 2022-10-19
Description:
We developed an inference tool based on approximate Bayesian computation to decipher network data and assess the strength of the inferred links between network's actors. It is a new multi-level approximate Bayesian computation (ABC) approach. At the first level, the method captures the global properties of the network, such as a scale-free structure and clustering coefficients, whereas the second level is targeted to capture local properties, including the probability of each couple of genes being linked. Up to now, Approximate Bayesian Computation (ABC) algorithms have been scarcely used in that setting and, due to the computational overhead, their application was limited to a small number of genes. On the contrary, our algorithm was made to cope with that issue and has low computational cost. It can be used, for instance, for elucidating gene regulatory network, which is an important step towards understanding the normal cell physiology and complex pathological phenotype. Reverse-engineering consists in using gene expressions over time or over different experimental conditions to discover the structure of the gene network in a targeted cellular process. The fact that gene expression data are usually noisy, highly correlated, and have high dimensionality explains the need for specific statistical methods to reverse engineer the underlying network.
How to cite:
Frederic Bertrand (2019). networkABC: Network Reverse Engineering with Approximate Bayesian Computation. R package version 0.8-1, https://cran.r-project.org/web/packages/networkABC. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.5-3 (2019-03-06 14:10), 0.6-0 (2020-02-07 06:50), 0.7-0 (2020-03-03 10:00), 0.8-0 (2021-03-20 22:30)
Other packages that cited networkABC R package
View networkABC citation profile
Other R packages that networkABC depends, imports, suggests or enhances
Complete documentation for networkABC
Functions, R codes and Examples using the networkABC R package
Some associated functions: abc . clusteringCoefficient . localClusteringCoefficient . netsimul . networkABC . network_gen . resabc . showHp . showNetwork . showNp . 
Some associated R codes: abc.R . clusteringCoefficient.R . datasets.R . localClusteringCoefficient.R . network_gen.R . randABC-package.R . show.R . zzz.R .  Full networkABC package functions and examples
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/1003/1103/1203/1303/1403/1503/1603/1703/1803/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for networkABC024681012141618TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA