Dear Freesurfer users, (apologies for cross-posting)
Installation
The latest version is already on CRAN for Linux distributions, and should be for Windows and Mac OS X soon.
To install directly from CRAN:
> install.packages('brainGraph')
In the meantime (and for development versions), you may install from GitHub using the R package "devtools":
> devtools::install_github('cwatson/brainGraph')
Chapter 4 gives a general Overview, and Chapter 5 has some basic details for getting started.
Chapters 6 and 7 provide code and details for structural covariance and single-subject networks, respectively.
New features
There
are too many differences to list here, but the most significant new
feature is related to GLM-based analyses (including for Multi-threshold
Permutation Correction, Network Based Statistic, and mediation
analysis). They are now significantly faster, and (in certain
situations) is faster than other solutions in R.
Please let me know if you have any issues, bug reports, feature requests, etc.
Chris Watson