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]
All associated links for this package
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 03 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

EDOtrans  
Euclidean Distance-Optimized Data Transformation
A data transformation method which takes into account the special property of scale non-invariance w ...
Download / Learn more Package Citations See dependency  
donut  
Nearest Neighbour Search with Variables on a Torus
Finds the k nearest neighbours in a dataset of specified points, adding the option to wrap certain ...
Download / Learn more Package Citations See dependency  
CRANsearcher  
RStudio Addin for Searching Packages in CRAN Database Based on Keywords
One of the strengths of R is its vast package ecosystem. Indeed, R packages extend from visualizatio ...
Download / Learn more Package Citations See dependency  
FSInteract  
Fast Searches for Interactions
Performs fast detection of interactions in large-scale data using the method of random intersection ...
Download / Learn more Package Citations See dependency  
telemac  
R Interface to the TELEMAC Model Suite
An R interface to the TELEMAC suite for modelling of free surface flow. This includes methods for m ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

23,310

R Packages

200,798

Dependencies

63,203

Author Associations

23,278

Publication Badges

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