Skip to content

Commit b4dccb8

Browse files
authored
Update README.md
1 parent a172b38 commit b4dccb8

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ between two atlases that allows data processed from one atlas to be directly tra
1212
unavailable atlas without needing raw data. CAROT is designed for functional connectomes based on functional magnetic
1313
imaging (fMRI) data.
1414

15-
## Creating mappings
15+
## Creating mappings and validating connectomes
1616
The main code to create mappings, connectomes in a desired atlas, and testing is available in `hcp_atlas_to_atlas.py`.
1717
The following arguments are needed to call the script:
1818

@@ -46,3 +46,22 @@ To run parameter sensitivity to study different frame/train sizes:
4646
```console
4747
python hcp_atlas_to_atlas.py -s brainnetome -t power -task all --intrinsic true
4848
```
49+
50+
## Sex classification on MDD dataset
51+
To train a classification model on `PNC` dataset and test on `MDD`we need to use script `pnc_atlas_to_atlas.py `:
52+
53+
54+
1. `-s` or `--source`: source atlas
55+
2. `-t` or `--target`: target atlas
56+
3. `-database` or `--database`: database (UCLA, PNC)
57+
4. `-g` or `--g`: mapping trained on HCP (rest1 or mean)
58+
5. `-sex_task` or `--sex_task`: which task we are training (rest1, nback, etc)
59+
6. `-num_iters` or `--num_iters`: number of iterations to train
60+
7. `-label` or `--label`: which label to train (sex, iq)
61+
8. `-site` or `--site`: which site we are testing (1,2,3,..,24)
62+
63+
64+
```console
65+
python pnc_atlas_to_atlas.py -s craddock -t shen -database ucla -sex_task 2 -g mean -model reg -num_iters 100 -label sex -site 1
66+
```
67+

0 commit comments

Comments
 (0)