Skip to content

Commit a172b38

Browse files
authored
Update README.md
1 parent 6e32d72 commit a172b38

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,21 @@ The following arguments are needed to call the script:
2828
10. `-save_model` or `--save_model`: (True or False)
2929

3030
To run a simple script with source `brainnetome` and target `shen` using `rest1` with `euclidean` cost measure, and saving it:
31-
3231
```console
3332
python hcp_atlas_to_atlas.py -s brainnetome -t shen -task rest1 --save_model True -c euclidean
3433
```
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+
```
3539

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+
```
3644

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+
```

0 commit comments

Comments
 (0)