File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,21 @@ The following arguments are needed to call the script:
28
28
10 . ` -save_model ` or ` --save_model ` : (True or False)
29
29
30
30
To run a simple script with source ` brainnetome ` and target ` shen ` using ` rest1 ` with ` euclidean ` cost measure, and saving it:
31
-
32
31
``` console
33
32
python hcp_atlas_to_atlas.py -s brainnetome -t shen -task rest1 --save_model True -c euclidean
34
33
```
34
+
35
+ To run the main CAROT pipeline with ` all ` available atlases into ` shen ` :
36
+ ``` console
37
+ python hcp_atlas_to_atlas.py -s all -t shen -task rest1 -simplex 2 -sample_atlas 0
38
+ ```
35
39
40
+ To run identification pipeline between estimated connectomes and databases ` rest`` and ` rest2` in HCP dataset:
41
+ ``` console
42
+ python hcp_atlas_to_atlas.py -t power -s all -id True -id_direction orig-ot
43
+ ```
36
44
37
- ## Connectome Correlation and Downstream Analysis
45
+ To run parameter sensitivity to study different frame/train sizes:
46
+ ``` console
47
+ python hcp_atlas_to_atlas.py -s brainnetome -t power -task all --intrinsic true
48
+ ```
You can’t perform that action at this time.
0 commit comments