-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 2.41 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: pastboon
Type: Package
Title: Simulation of Parameterized Stochastic Boolean Networks
Version: 0.1.4
Description: A Boolean network is a particular kind of discrete dynamical system where the variables are simple binary switches. Despite its simplicity, Boolean network modeling has been a successful method to describe the behavioral pattern of various phenomena. Applying stochastic noise to Boolean networks is a useful approach for representing the effects of various perturbing stimuli on complex systems. A number of methods have been developed to control noise effects on Boolean networks using parameters integrated into the update rules. This package provides functions to examine three such methods: Boolean network with perturbations (BNp), described by Trairatphisan et al. (2013) <doi:10.1186/1478-811X-11-46>, stochastic discrete dynamical systems (SDDS), proposed by Murrugarra et al. (2012) <doi:10.1186/1687-4153-2012-5>, and Boolean network with probabilistic edge weights (PEW), presented by Deritei et al. (2022) <doi:10.1371/journal.pcbi.1010536>. This package includes source code derived from the 'BoolNet' package, which is licensed under the Artistic License 2.0.
Authors@R: c(person("Mohammad", "Taheri-Ledari", role = c("aut", "cre","cph"), email = "[email protected]", comment = c(ORCID = "0009-0007-9132-077X")),
person("Kaveh", "Kavousi", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0002-1906-3912")),
person("Sayed-Amir", "Marashi", role = "ctb", email = "[email protected]", comment = c(ORCID = "0000-0001-9801-7449")),
person(given = "Authors of BoolNet", role = "ctb", comment = "Original authors of the BoolNet package"),
person(c("Troy", "D."), "Hanson", role = "ctb", comment="Contributed uthash macros"))
Author: Mohammad Taheri-Ledari [aut, cre, cph]
(<https://orcid.org/0009-0007-9132-077X>),
Kaveh Kavousi [ctb] (<https://orcid.org/0000-0002-1906-3912>),
Sayed-Amir Marashi [ctb] (<https://orcid.org/0000-0001-9801-7449>),
Authors of BoolNet [ctb] (Original authors of the BoolNet package),
Troy D. Hanson [ctb] (Contributed uthash macros)
Maintainer: Mohammad Taheri-Ledari <[email protected]>
Depends: R (>= 3.5.0)
Suggests: BoolNet
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
BugReports: https://github.com/taherimo/pastboon/issues
Packaged: 2025-01-24 18:56:30 UTC; taheri
Repository: CRAN
Date/Publication: 2025-01-24 19:10:06 UTC