Skip to content

Commit 665085d

Browse files
committed
Modify Pheno005
1 parent 2f88f11 commit 665085d

File tree

10 files changed

+76
-98
lines changed

10 files changed

+76
-98
lines changed

pheno005/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BEP036 example dataset 05: Two multi-run sessions with one imaging-only session
1+
# Pheno005 example dataset: Two multi-run sessions with one imaging-only session
22

33
This dataset contains imaging and phenotypic data with multiple runs from the baseline session and phenotypic data from followup sessions. The file tree is as follows:
44

@@ -9,9 +9,7 @@ pheno003
99
|-- participants.tsv
1010
|-- phenotype
1111
| |-- ace.json
12-
| |-- ace.tsv
13-
| |-- demographics.json
14-
| `-- demographics.tsv
12+
| `-- ace.tsv
1513
|-- sessions.json
1614
|-- sessions.tsv
1715
|-- sub-01
@@ -25,6 +23,6 @@ pheno003
2523
|-- sub-02_ses-baseline_T1w.json
2624
`-- sub-02_ses-baseline_T1w.nii.gz
2725

28-
8 directories, 13 files
26+
8 directories, 11 files
2927

3028
```

pheno005/dataset_description.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"Eric Earl",
99
"Sebastian Urchs",
1010
"Samuel Guay"
11-
]
12-
}
11+
],
12+
"AdditionalValidation": "Phenotype"
13+
}

pheno005/participants.json

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
{
22
"participant_id": {
3-
"Description": "OpenNeuro ID of the subject."
3+
"Description": "Unique participant identifier."
4+
},
5+
"sex": {
6+
"Description": "Sex assigned at birth.",
7+
"Levels": {
8+
"m": "Male",
9+
"f": "Female"
10+
}
11+
},
12+
"age": {
13+
"Description": "Age of the participant.",
14+
"Units": "years"
15+
},
16+
"race": {
17+
"LongName": "RACE_1",
18+
"Description": "Race:",
19+
"Levels": {
20+
"1": "American Indian/Alaska Native",
21+
"2": "Asian",
22+
"3": "Hawaiian/Pacific Islander",
23+
"4": "Black/African American",
24+
"5": "White/Caucasian",
25+
"6": "Multiple race",
26+
"7": "Unknown"
27+
}
28+
},
29+
"ethnicity": {
30+
"LongName": "ETHNICITY_1",
31+
"Description": "Ethnicity:",
32+
"Levels": {
33+
"0": "Not Hispanic or Latino",
34+
"1": "Hispanic or Latino",
35+
"2": "Unknown"
36+
}
37+
},
38+
"education": {
39+
"LongName": "EDUCATION",
40+
"Description": "Education level:",
41+
"Levels": {
42+
"0": "High school graduate or above",
43+
"1": "Some college or above",
44+
"2": "Associates degree or above",
45+
"3": "Bachelors degree or above",
46+
"4": "Advanced/professional degree"
47+
}
48+
},
49+
"marital_status": {
50+
"LongName": "MARITAL_STATUS",
51+
"Description": "Marital Status:",
52+
"Levels": {
53+
"1": "Single/Never married",
54+
"2": "Married or living with someone as if married",
55+
"3": "Divorced or annulled",
56+
"4": "Separated",
57+
"5": "Widowed",
58+
"6": "Other"
59+
}
460
}
561
}

pheno005/participants.tsv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
participant_id
2-
sub-01
3-
sub-02
1+
participant_id age sex race ethnicity education marital_status
2+
sub-01 22 m 3 0 4 1
3+
sub-02 63 f 6 0 3 2

pheno005/phenotype/demographics.json

Lines changed: 0 additions & 75 deletions
This file was deleted.

pheno005/phenotype/demographics.tsv

Lines changed: 0 additions & 6 deletions
This file was deleted.

pheno005/sessions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"run-02": "Second run of the session."
1717
}
1818
},
19+
"age": {
20+
"Description": "Age of the participant at the time of the visit.",
21+
"Units": "years"
22+
},
1923
"acq_time": {
2024
"Description": "Date and time of data acquisition in YYYY-MM-DD HH:MM:SS format."
2125
}

pheno005/sessions.tsv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
participant_id session_id run acq_time
2-
sub-01 ses-baseline run-01 2001-01-05 10:05:23
3-
sub-01 ses-baseline run-02 2001-01-05 14:15:59
4-
sub-01 ses-followup run-01 2003-02-06 09:45:00
5-
sub-02 ses-baseline run-01 2001-01-13 12:04:08
6-
sub-02 ses-baseline run-02 2001-01-13 16:20:17
1+
participant_id session_id run age acq_time
2+
sub-01 ses-baseline run-01 22 2001-01-05 10:05:23
3+
sub-01 ses-baseline run-02 22 2001-01-05 14:15:59
4+
sub-01 ses-followup run-01 24 2003-02-06 09:45:00
5+
sub-02 ses-baseline run-01 63 2001-01-13 12:04:08
6+
sub-02 ses-baseline run-02 63 2001-01-13 16:20:17
-6.85 MB
Binary file not shown.
-12.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)