-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
59 lines (59 loc) · 2.32 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: threeBrain
Type: Package
Title: Your Advanced 3D Brain Visualization
Version: 1.2.0.9008
Authors@R: c(
person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre", "cph")),
person("John", "Magnotti", email = "John.Magnotti@Pennmedicine.upenn.edu", role = c("ctb", "res")),
person("Xiang", "Zhang", email = "xiang.zhang@pennmedicine.upenn.edu", role = c("ctb", "res")),
person("Brian", "Metzger", email = "bmetzge1@swarthmore.edu", role = c("res")),
person("Elizabeth", "Nesbitt", email = "Elizabeth.Nesbitt@bcm.edu", role = c("res")),
person("Meng", "Li", email = "meng@rice.edu", role = c("ths")),
person("Michael", "Beauchamp", email = "Michael.Beauchamp@Pennmedicine.upenn.edu", role = c("ths", "ctb", "dtc"))
)
Description: A fast, interactive cross-platform, and easy to share
'WebGL'-based 3D brain viewer that visualizes 'FreeSurfer' and/or
'AFNI/SUMA' surfaces. The viewer widget can be either standalone or
embedded into 'R-shiny' applications. The standalone version only require
a web browser with 'WebGL2' support (for example, 'Chrome', 'Firefox',
'Safari'), and can be inserted into any websites. The 'R-shiny'
support allows the 3D viewer to be dynamically generated from reactive user
inputs. Please check the publication by Wang, Magnotti, Zhang,
and Beauchamp (2023, <doi:10.1523/ENEURO.0328-23.2023>) for electrode
localization. This viewer has been fully adopted by 'RAVE'
<https://openwetware.org/wiki/RAVE>, an interactive toolbox to
analyze 'iEEG' data by Magnotti, Wang, and Beauchamp (2020,
<doi:10.1016/j.neuroimage.2020.117341>). Please check
'citation("threeBrain")' for details.
License: MPL-2.0
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(r6 = FALSE)
Language: en-US
URL: https://dipterix.org/threeBrain/,
https://github.com/dipterix/threeBrain
BugReports: https://github.com/dipterix/threeBrain/issues
Imports:
utils,
grDevices,
graphics,
dipsaus,
xml2,
servr,
png,
knitr,
shiny (>= 1.2.0),
digest (>= 0.6.22),
freesurferformats (>= 0.1.7),
jsonlite (>= 1.5),
stringr (>= 1.3.1),
htmlwidgets (>= 1.3),
R6 (>= 2.3.0),
gifti (>= 0.7.5),
oro.nifti (>= 0.9.1)
Suggests:
rmarkdown,
DT,
ravetools,
htmltools
VignetteBuilder: knitr