-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 1.31 KB
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 1.31 KB
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
28
29
30
31
32
33
34
Package: dynafluxr
Type: Package
Title: Retrieve Reaction Rate Dynamics from Metabolite Concentration Time Courses
Version: 1.0.1
Authors@R: person(given = "Serguei",
family = "Sokol",
role = c("aut", "cre"),
email = "sokol@insa-toulouse.fr")
Description: Reaction rate dynamics can be retrieved from metabolite
concentration time courses. User has to provide corresponding stoichiometric
matrix but not a regulation model (Michaelis-Menten or similar).
Instead of solving an ordinary differential equation (ODE) system describing the evolution of concentrations,
we use B-splines to catch the concentration and rate dynamics then
solve a least square problem on their coefficients with non-negativity
(and optionally monotonicity) constraints.
Constraints can be also set on initial values of concentration.
The package 'dynafluxr' can be used as a library but also as
an application with command line interface dynafluxr::cli("-h") or graphical user interface dynafluxr::gui().
License: GPL-2
Encoding: UTF-8
Depends: bspline (>= 2.5.0), nlsic (>= 1.1.1)
Imports:
optparse,
qpdf,
arrApply,
slam,
gmresls (>= 0.2),
shiny,
shinyjs,
shinyFiles
RoxygenNote: 7.3.2
Suggests: RUnit, knitr
VignetteBuilder: knitr
NeedsCompilation: no