-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
80 lines (80 loc) · 2.11 KB
/
DESCRIPTION
File metadata and controls
80 lines (80 loc) · 2.11 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Package: EZFragility
Title: Compute Neural Fragility for Ictal iEEG Time Series
Version: 2.1.1
Authors@R:
c(person(
given = "Jiefei",
family = "Wang",
email = "szwjf08@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2709-5332")),
person(
given = "Patrick",
family = "Karas",
email = "pjkaras@UTMB.EDU",
role = "aut"),
person(
given = "Anne-Cecile",
family = "Lesage",
email = "aclesage@gmail.com",
role = "aut",
comment = c(ORCID = "0000-0002-9528-4899")),
person(
given = "Ioannis",
family = "Malagaris",
email = "ymalag@gmail.com",
role = "aut",
comment = c(ORCID = "0000-0001-5126-2068")),
person(
given = "Oliver",
family = "Zhou",
email = "zhou.oliverfr@gmail.com",
role = "aut"),
person(
given = "Liliana",
family = "Camarillo Rodriguez",
email = "camarilloliliana@gmail.com",
role = "aut",
comment = c(ORCID = "0000-0001-8288-6885")),
person(
given = "Sean",
family = "O'Leary",
email = "smoleary@utmb.edu",
role = "aut",
comment = c(ORCID = "0000-0003-3650-705X")),
person(
given = "Yuanyi",
family = "Zhang",
email = "yuazhan@utmb.edu",
role = "aut")
)
Description: Provides tools to compute the neural fragility matrix from intracranial electrocorticographic (iEEG) recordings, enabling the analysis of brain dynamics during seizures. The package implements the method described by Li et al. (2017) <doi:10.23919/ACC.2017.7963378> and includes functions for data preprocessing ('Epoch'), fragility computation ('calcAdjFrag'), and visualization.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.1.0),
Epoch
LazyData: true
Imports:
stats,
methods,
ggplot2 (>= 3.4.0),
viridis,
ggtext,
glue,
rlang,
foreach,
progress,
ramify,
reshape2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
doSNOW,
gsignal
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/Jiefei-Wang/EZFragility