Skip to content

Commit ca2be34

Browse files
authored
Update README.md
1 parent 0e341fd commit ca2be34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ python build_mapping.py -s craddock -t shen
4343
The output will be stored in `T_source_target.csv` with `n` rows and`m` columns indicating number of ROIs in source and target respectively. Each row is a probability distribution exhibiting optimum assignment of values from the appropriate node to target nodes.
4444

4545
## 3. Carot: Transforming source(s) to a target atlas
46+
Given cost matrix `cost_source_target.csv` and mapping `T_source_target.csv` now we can transfer source parcellation into other:
47+
```console
48+
python atlas_remap.py -s craddock -t shen -c cost_source_target.csv -m T_source_target.csv
49+
``````
50+
# 4. Replicating results in the paper
4651
To run a simple script with source `brainnetome` and target `shen` using `rest1` with `euclidean` cost measure, and saving it:
4752
```console
4853
python hcp_atlas_to_atlas.py -s brainnetome -t shen -task rest1 --save_model True -c euclidean

0 commit comments

Comments
 (0)