-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 2.78 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: networkABC
Type: Package
Title: Network Reverse Engineering with Approximate Bayesian Computation
Version: 0.8-1
Date: 2022-10-18
Depends: R (>= 3.0.0)
Imports: RColorBrewer, network, sna
Suggests: ggplot2, knitr, markdown, rmarkdown
Authors@R: c(
person(given = "Frederic", family= "Bertrand", role = c("cre", "aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-0837-8281")),
person(given = "Myriam", family= "Maumy-Bertrand", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-4615-1512")),
person(given = "Khadija", family= "Musayeva", role = c("ctb"), email = "[email protected]"),
person(given = "Nicolas", family= "Jung", role = c("ctb"), email = "[email protected]"),
person(family = "Université de Strasbourg", role = c("cph")),
person(family = "CNRS", role = c("cph")))
Author: Frederic Bertrand [cre, aut] (<https://orcid.org/0000-0002-0837-8281>), Myriam Maumy-Bertrand [aut] (<https://orcid.org/0000-0002-4615-1512>), Khadija Musayeva [ctb], Nicolas Jung [ctb], Université de Strasbourg [cph], CNRS [cph]
Maintainer: Frederic Bertrand <[email protected]>
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.
NeedsCompilation: Yes
License: GPL-3
Encoding: UTF-8
Classification/MSC: 62E17, 62F15, 62J07, 62P10, 92C42
LazyData: true
VignetteBuilder: knitr
URL: https://fbertran.github.io/networkABC/, https://github.com/fbertran/networkABC/
BugReports: https://github.com/fbertran/networkABC/issues/
RoxygenNote: 7.2.1