forked from GrattonLab/SeitzmanGratton-2019-PNAS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
25 lines (22 loc) · 1.36 KB
/
README.txt
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
The included MATLAB scripts were used in the study: Seitzman et al., 2019.
Trait-like variants in human functional brain networks. PNAS. These scripts
will allow users to create network variants, assign them to network
templates, and find subgroups/sub-types of individuals on the basis of
network variants. The order in which the scripts should be run are:
1. createSpatialCorrMap.m
2. binarizeAndIDvariants.m
3. templateMatchingVariants.m
(optional 3.5. reassignTemplates.m)
4. findVariantSubgroups.m
All of these scripts require supporting scripts for reading and writing
CIFTI files (see more at https://github.com/fieldtrip/fieldtrip/). Modified
version of these scripts are provided in the Resources folder. This folder
also includes two scripts for computing pairwise correlations in parallel
and Fisher-Z transforming correlation coefficients. One option is to run
the following command in the MATLAB command window before running the first
script: addpath(genpath('/your/path/to/the/Resources/folder/Resources/'))
Additionally, supporting .mat or .dtseries.nii (CIFTI) files are included
in this release. Please cite our paper when using any of these scripts
(Seitzman et al., 2019. Trait-like variants in human functional brain
networks. PNAS). For any questions, problems, or bugs found, please email
[email protected] and/or [email protected]. Thank you!