-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.59 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
28
29
30
31
32
33
34
35
36
37
38
39
Package: midi
Title: Microstructure Information from Diffusion Imaging
Version: 0.1.0.9000
Authors@R:
person("Aymeric", "Stamm", , "aymeric.stamm@cnrs.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8725-3654"))
Description: An implementation of a taxonomy of models of restricted diffusion
in biological tissues parametrized by the tissue geometry (axis, diameter,
density, etc.). This is primarily used in the context of diffusion magnetic
resonance (MR) imaging to model the MR signal attenuation in the presence of
diffusion gradients. The goal is to provide tools to simulate the MR signal
attenuation predicted by these models under different experimental
conditions. The package feeds a companion 'shiny' app available at
<https://midi-pastrami.apps.math.cnrs.fr> that serves as a graphical
interface to the models and tools provided by the package. Models currently
available are the ones in Neuman (1974) <doi:10.1063/1.1680931>, Van
Gelderen et al. (1994) <doi:10.1006/jmrb.1994.1038>, Stanisz et al. (1997)
<doi:10.1002/mrm.1910370115>, Soderman & Jonsson (1995)
<doi:10.1006/jmra.1995.0014> and Callaghan (1995)
<doi:10.1006/jmra.1995.1055>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.5)
URL: https://github.com/lmjl-alea/midi, https://lmjl-alea.github.io/midi/
BugReports: https://github.com/lmjl-alea/midi/issues
Imports:
cli,
ggplot2,
plotly,
purrr,
R6,
rlang,
withr
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3