-
Notifications
You must be signed in to change notification settings - Fork 8
/
RAVE-CONFIG
72 lines (72 loc) · 1.71 KB
/
RAVE-CONFIG
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
Package: rave-pipelines
Type: rave-pipeline-collection
Title: A Collection of 'RAVE' Builtin Pipelines
Version: 0.0.1
Language: en-US
Encoding: UTF-8
License: GPL-3
Authors@R: c(
person("Zhengjia", "Wang", email = "[email protected]", role = c("aut", "cre"))
)
Description: Builtin 'RAVE' (R Analysis and Visualization of 'iEEG')
pipeline files, including importing neurophysiology data,
preprocessing, analyzing and visualizing the data within the 'RAVE'
framework
BugReports: https://github.com/rave-ieeg/rave-pipelines/issues
URL: https://github.com/beauchamplab/rave-pipelines
Depends: R (>= 4.1.0)
Imports:
graphics,
grDevices,
utils,
dipsaus,
DT,
filearray,
future,
jsonlite,
raveio,
ravetools,
ravedash,
readNSx,
rpyANTs,
rpymat,
shidashi,
shiny,
shinyvalidate,
shinyWidgets,
stringr,
targets,
threeBrain,
checkmate,
yaml
Suggests:
rstudioapi,
knitr,
rlang
InheritPipelines:
SubPipelines:
modules/import_lfp_native,
modules/notch_filter,
modules/wavelet_module,
modules/reference_module,
modules/surface_reconstruction,
modules/custom_3d_viewer,
modules/block_explorer,
modules/import_bids,
modules/ants_preprocessing
modules/power_explorer
InteractiveModules:
modules/import_lfp_native,
modules/notch_filter,
modules/wavelet_module,
modules/jupyterlab,
modules/epoch_generator,
modules/reference_module,
modules/surface_reconstruction,
modules/electrode_localization,
modules/compatibility_rave1,
modules/standalone_viewer,
modules/custom_3d_viewer
modules/import_bids,
modules/configure_rave,
modules/power_explorer