-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathparticipants.json
More file actions
28 lines (22 loc) · 928 Bytes
/
participants.json
File metadata and controls
28 lines (22 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"participant_id": {
"LongName": "participant identifier",
"Description": "String value indicating unique identifier used to identify individuals for BIDs dataset."
},
"treatment": {
"LongName": "treatment",
"Description": "String value indicating housing condition treatment.SH indicates standard housing and EE indicates environmental enrichment housing."
},
"sex": {
"LongName": "sex",
"Description": "String value indicating phenotypical sex. F indicates female, and M indicates male."
},
"mouse_strain": {
"LongName": "mouse strain",
"Description": "String value indicating inbred mouse strain. C58 indicates C58/J mice, and C57 indicates C57BL/6J mice."
},
"RRB": {
"LongName": "Restricted repetitive behavior measure",
"Description": "Number indicating total number of vertical jumps per night. This is a measure of repetitive motor behavior."
}
}