Skip to content

Commit bdccc1a

Browse files
authored
Update pheno examples
Added in ses- to a few ace.tsv/json session_id entries.
1 parent abb6e2b commit bdccc1a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

pheno002/phenotype/ace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"session_id": {
66
"Description": "ID assigned to participant's visit.",
77
"Levels": {
8-
"01": "First phenotype assessment and imaging visit.",
9-
"02": "Second imaging only visit."
8+
"ses-01": "First phenotype assessment and imaging visit.",
9+
"ses-02": "Second imaging only visit."
1010
}
1111
},
1212
"b_ace_q1": {

pheno002/phenotype/ace.tsv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
participant_id session_id b_ace_q1 b_ace_q2 b_ace_q3 b_ace_q4 b_ace_q5 tesi_s_165 b_ace_q7 b_ace_q8 b_ace_q9 ceahd15
2-
sub-01 01 0 0 0 0 0 0 1 0 0 0
3-
sub-02 01 0 0 0 0 1 0 0 0 0 0
2+
sub-01 ses-01 0 0 0 0 0 0 1 0 0 0
3+
sub-02 ses-01 0 0 0 0 1 0 0 0 0 0

pheno003/phenotype/ace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"session_id": {
66
"Description": "ID assigned to participant's visit.",
77
"Levels": {
8-
"baseline": "First imaging and phenotype data collection visit.",
9-
"followup": "Second phenotype data collection visit."
8+
"ses-baseline": "First imaging and phenotype data collection visit.",
9+
"ses-followup": "Second phenotype data collection visit."
1010
}
1111
},
1212
"b_ace_q1": {

pheno003/phenotype/ace.tsv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
participant_id session_id b_ace_q1 b_ace_q2 b_ace_q3 b_ace_q4 b_ace_q5 tesi_s_165 b_ace_q7 b_ace_q8 b_ace_q9 ceahd15
2-
sub-01 baseline 0 0 0 0 0 0 1 0 0 0
3-
sub-01 followup 1 0 0 1 0 1 0 0 0 0
4-
sub-02 baseline 0 0 0 0 0 0 0 0 0 0
2+
sub-01 ses-baseline 0 0 0 0 0 0 1 0 0 0
3+
sub-01 ses-followup 1 0 0 1 0 1 0 0 0 0
4+
sub-02 ses-baseline 0 0 0 0 0 0 0 0 0 0

0 commit comments

Comments
 (0)