forked from cwatson/brainGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.24 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
Package: brainGraph
Type: Package
Version: 2.7.1
Date: 2019-06-29
Title: Graph Theory Analysis of Brain MRI Data
Authors@R: person(given="Christopher G.", family="Watson",
email="[email protected]", role=c("aut", "cre"),
comment=c(ORCID="0000-0002-7082-7631"))
Description: A set of tools for performing graph theory analysis of brain MRI
data. It works with data from a Freesurfer analysis (cortical thickness,
volumes, local gyrification index, surface area), diffusion tensor
tractography data (e.g., from FSL) and resting-state fMRI data (e.g., from
DPABI). It contains a graphical user interface for graph visualization and
data exploration, along with several functions for generating useful
figures.
URL: https://github.com/cwatson/brainGraph
BugReports: https://groups.google.com/forum/?hl=en#!forum/brainGraph-help
LazyData: true
Depends:
R (>= 3.0.0),
igraph (>= 1.0.0),
Imports:
abind,
ade4,
boot,
data.table,
expm,
foreach,
ggplot2,
ggrepel,
gridExtra,
Hmisc,
MASS,
Matrix,
methods,
oro.nifti,
permute,
parallel,
RcppEigen,
scales
Suggests:
RGtk2,
cairoDevice,
mediation
License: GPL-3
RoxygenNote: 6.1.0