-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
52 lines (52 loc) · 1.55 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
Package: VertexWiseR
Title: Simplified Vertex-Wise Analyses of Whole-Brain and Hippocampal
Surface
Version: 1.2.0
Date: 2024-12-09
Authors@R: c(
person("Junhong", "Yu", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2563-9658")),
person("Charly", "Billaud", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0001-3466-9963"))
)
Maintainer: Charly Billaud <[email protected]>
Description: Provides functions to run statistical analyses on
surface-based neuroimaging data, computing measures including cortical
thickness and surface area of the whole-brain and of the hippocampi.
It can make use of 'FreeSurfer', 'fMRIprep' and 'HCP' preprocessed
datasets and 'HippUnfold' hippocampal segmentation outputs for a given
sample by restructuring the data values into a single file. The single
file can then be used by the package for analyses independently from
its base dataset and without need for its access.
License: GPL-3
URL: https://cogbrainhealthlab.github.io/VertexWiseR/
Suggests:
R.rsp
VignetteBuilder:
R.rsp
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: Miniconda3 (v24.9.2), Python (<= v3.12), BrainStat
(v0.4.2), vtk (v9.3.1)
Depends:
R (>= 4.0.0)
Imports:
ciftiTools,
doParallel,
doSNOW,
foreach,
freesurferformats,
fs,
gifti,
grDevices,
igraph,
methods,
plotly,
png,
rappdirs,
reticulate,
stats,
stringr,
utils