The sample tsv data is the same as https://github.com/neurobagel/neurobagel_examples/blob/main/data-upload/example_synthetic.tsv. The data dictionary is updated to the full output from the 'gen_nb_data_dict' script. The jsonld file is output from the bagel-cli command to produce graph-ready data.
533 B
533 B
| 1 | participant_id | session_id | pheno_age | pheno_sex | pheno_group | tool1_item1 | tool1_item2 | tool2_item1 |
|---|---|---|---|---|---|---|---|---|
| 2 | sub-01 | ses-01 | 34,1 | F | CTRL | good | far | hello |
| 3 | sub-01 | ses-02 | 35,3 | F | CTRL | bad | near | world |
| 4 | sub-02 | ses-01 | NA | M | PAT | ok | missing | hello |
| 5 | sub-02 | ses-02 | 39,0 | M | PAT | good | middle | friends |
| 6 | sub-03 | ses-01 | 22,1 | missing | NA | bad | near | not completed |
| 7 | sub-03 | ses-02 | 23,2 | missing | PAT | ok | far | hello |
| 8 | sub-04 | ses-01 | 21,1 | F | CTRL | missing | missing | hello |
| 9 | sub-04 | ses-02 | 22,3 | F | CTRL | good | middle | friends |
| 10 | sub-05 | ses-01 | 42,5 | M | PAT | bad | near | friends |
| 11 | sub-05 | ses-02 | 43,2 | M | PAT | good | far | world |