You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/index.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
1
# Releases
2
2
3
+
## Release 1.2.0
4
+
5
+
Released 10/5/2020, this is a small version 1.0.0 release of the `derivatives_qc.(json|tsv)` with BIDS derivatives quality control data including a "brain coverage score" for the `derivatives.func.runs_task-(MID|nback|rest|SST)_volume` data subsets. Also of importance for this same data subset...
6
+
7
+
**Note**: It was recently discovered we only uploaded runs 1 and 2 of all available volumes of the `derivatives.func.runs_task-(MID|nback|rest|SST)_volume` data subsets. While this is fine for the task-based fMRI runs (of which there are always two), it is short for many resting state fMRI tasks with 3 or more runs. We are actively uploading these missing data to the NDA and we will post another update here soon. We will also update the above `derivatives_qc.(json|tsv)` file with a version 1.0.1 shortly after data are uploaded to include `task-rest` runs 3 and up.
8
+
3
9
## Release 1.1.0
4
10
5
11
Released 7/27/2020, this is the next big release with the addition of:
6
12
7
-
1.`participants.(json|tsv)`: BIDS standard participants files with matched groups
13
+
1.`participants.(json|tsv)` version 1.0.0: BIDS standard participants files with matched groups
Copy file name to clipboardExpand all lines: docs/pipeline.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ This stage involves four broad steps:
60
60
1. Motion censoring followed by standard re-processing
61
61
1. Construction of parcellated timeseries
62
62
63
-
#### 1. DBP Standard pre-processing
63
+
#### DBP 1. Standard pre-processing
64
64
65
65
Standard pre-processing comprises three steps. First all fMRI data are de-meaned and de-trended with respect to time. Next a general linear model is used to denoise the processed fMRI data. Denoising regressors comprise signal and movement variables. Signal variables comprise mean time series and first derivative for white matter, CSF, and the global signal, which are derived from Individualized segmentations generated during PostFreesurfer. Movement variables comprise translational (X,Y,Z) and rotational (roll, pitch, and yaw) measures estimated by re-alignment during FMRIVolume and their Volterra expansion. The inclusion of GSR is critical for most resting-state functional MRI comparisons, as demonstrated empirically by multiple independent labs (Ciric et al., 2017; Power et al., 2017, 2019b; Satterthwaite et al., 2013). After denoising the fMRI data, the time series are band-pass filtered between 0.008 and 0.09 Hz using a 2nd order Butterworth filter. Such a band-pass filter is softer than other filters, and avoids potential aliasing of the time series signal.
Copy file name to clipboardExpand all lines: docs/recommendations.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ A full-resolution version of this table can be found [here](https://github.com/A
16
16
17
17
In a BIDS standard folder layout there should always be a `participants.tsv` (spreasheet) and `participants.json` (data dictionary) file. This was not available in our first release, but is available now. The participants files have the following fields inside.
18
18
19
-
1.`participant_id`: NDA unique pGUID. starting with `sub-`
19
+
1.`participant_id`: NDA unique pGUID, starting with `sub-`
20
20
1.`session_id`: Participant's session ID (all data within this first release are `ses-baselineYear1Arm1`)
21
21
1.`collection_3165`: Presence or absence of the subject from this NDA collection 3165 uploaded data
22
22
1.`site`: ABCD site location
@@ -38,11 +38,23 @@ They are available for download on [the main NDA Collection 3165 page](https://n
38
38
39
39
The `matched_group` field is the product of comparisons across site, age, sex, ethnicity, grade, highest level of parental education, handedness, combined family income, exposure to anesthesia, and family-relatedness which show no significant differences between the ABCD-1 and ABCD-2 groups. Comparison of the counts and means for each of these factors shows that ABCD-1 and ABCD-2 are negligibly different samples. Gender shows the largest absolute difference of 2.5 percent. No other demographic variables differ by more than 1 percent. See table above.
40
40
41
-
## 3. Downloading and Unpacking Data
41
+
## 3. The BIDS Quality Control File
42
+
43
+
This Quality Control (QC) file contains QC metrics for data from this collection. Version 1.0.0 contains brain coverage scores for all runs 1 and 2 of the `derivatives.func.runs_task-(MID|nback|rest|SST)_volume` data subsets. Currently, available fields in the QC file are:
44
+
45
+
1.`participant_id`: NDA unique pGUID, starting with `sub-`
46
+
1.`session_id`: Participant's session ID, starting with `ses-`
47
+
1.`data_subset`: Collection 3165 data subset
48
+
1.`task`: fMRI task
49
+
1.`run`: Chronlogical run number
50
+
1.`path`: Relative path from the root of the data set
51
+
1.`brain_coverage_score`: Overlap of the functional run time series mean with the atlas mask
52
+
53
+
## 4. Downloading and Unpacking Data
42
54
43
55
There are two ways to download ABCD Study data and get BIDS inputs or derivatives:
44
56
45
-
1. (***PREFERRED***) Downloading from NDA Collection 3165 will provide you an "associated files" spreadsheet with AWS S3 links and other key information. DCAN Labs has designed [a GitHub repository for selectively downloading only parts of the BIDS input and derivative data, the "nda-abcd-s3-downloader"](https://github.com/ABCD-STUDY/nda-abcd-s3-downloader).
57
+
1. (***PREFERRED***) Downloading from NDA Collection 3165 will provide you an "data structure manifest" spreadsheet with AWS S3 links and other key information. DCAN Labs has designed [a GitHub repository for selectively downloading only parts of the BIDS input and derivative data, the "nda-abcd-s3-downloader"](https://github.com/ABCD-STUDY/nda-abcd-s3-downloader).
46
58
1.[ABCD Fast Track Data on the NDA](https://nda.nih.gov/abcd/query/abcd-fast-track-data.html) can alternatively be downloaded and unpacked into BIDS with the [ABCD-STUDY abcd-dicom2bids GitHub repository](https://github.com/ABCD-STUDY/abcd-dicom2bids). This is if you need DICOM files specifically.
@@ -53,11 +65,11 @@ This downloader can parallelize downloads and you can specify only your data sub
53
65
54
66
This tool pulls DICOMs and E-Prime files from the NDA's "fast-track" data. It also unpacks, converts, and BIDS-standardizes the fast-track data so it becomes BIDS-compliant and matches that which is uploaded to collection 3165.
55
67
56
-
## 4. MATLAB Motion Mask Files
68
+
## 5. MATLAB Motion Mask Files
57
69
58
70
In order to make an accurate correlation matrix, use the MATLAB motion mask file described in release document 4, [Derivatives](https://collection3165.readthedocs.io/en/stable/derivatives/), under the **Motion MAT File** heading.
59
71
60
-
## 5. Interacting with CIFTI Data Types
72
+
## 6. Interacting with CIFTI Data Types
61
73
62
74
Released data follows the standards defined by the Human Connectome Project, such as reporting different metrics in standard grayordinate space and saving data using CIFTI standard file formats.
63
75
@@ -86,7 +98,7 @@ Correlation matrices should be generated from either the dense or parcellated ti
86
98
87
99
For visualization of all of these CIFTI files, use [Connectome Workbench](https://www.humanconnectome.org/software/connectome-workbench).
88
100
89
-
## 6. DCAN Labs Software
101
+
## 7. DCAN Labs Software
90
102
91
103
We have built tools to utilize this data using our recommended methods. Read on for descriptions of each publicly-hosted open-source software GitHub repository from [DCAN-Labs](https://github.com/DCAN-Labs).
92
104
@@ -106,7 +118,7 @@ File mapper is another generalized piece of software which is great for defining
106
118
107
119
Much like custom clean, you define a JSON file which says how to map a file from some common input to some common output in order to "reshape" your data outputs.
108
120
109
-
## 7. BIDS Folder Layout
121
+
## 8. BIDS Folder Layout
110
122
111
123
Your final BIDS folder structure will look like this tree if you download everything. Full descriptions of these BIDS input and BIDS derivative data are located in these release notes' documents 2 and 4, [**Inputs**](https://collection3165.readthedocs.io/en/stable/inputs/) and [**Derivatives**](https://collection3165.readthedocs.io/en/stable/derivatives/) respectively.
0 commit comments