Skip to content
This repository was archived by the owner on Oct 15, 2025. It is now read-only.

Commit 6156544

Browse files
committed
Draft of relase 1.1.1
1 parent 77e81f7 commit 6156544

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Releases
22

3-
## Release 1.2.0
3+
## Release 1.1.1
44

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...
5+
Released 10/6/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.
66

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.
7+
**Note**: We unintentionally only uploaded runs 1 and 2 of all available volumes of the `derivatives.func.runs_task-(MID|nback|rest|SST)_volume` data subsets. This is fine for task-based fMRI runs (of which there are always two), but it is short for many resting state fMRI tasks with 3 or more runs. We are uploading these data to the NDA and we will post a data set Release 1.1.2 here soon. We will also update the above `derivatives_qc.(json|tsv)` file as a version 1.0.1 after data are uploaded to include `task-rest` volume runs 3 and up.
88

99
## Release 1.1.0
1010

docs/recommendations.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,20 @@ The `matched_group` field is the product of comparisons across site, age, sex, e
4040

4141
## 3. The BIDS Quality Control File
4242

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:
43+
This Quality Control (QC) file contains QC metrics for data from this collection and is available for download on [the main NDA Collection 3165 page](https://nda.nih.gov/edit_collection.html?id=3165). 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:
4444

4545
1. `participant_id`: NDA unique pGUID, starting with `sub-`
4646
1. `session_id`: Participant's session ID, starting with `ses-`
4747
1. `data_subset`: Collection 3165 data subset
48-
1. `task`: fMRI task
49-
1. `run`: Chronlogical run number
48+
1. `task`: fMRI task name, starting with `task-`
49+
1. `run`: Chronological run number, starting with `run-`
5050
1. `path`: Relative path from the root of the data set
5151
1. `brain_coverage_score`: Overlap of the functional run time series mean with the atlas mask
5252

53+
### Brain Coverage Score
54+
55+
The brain coverage score is an estimate of how much overlap exists between the fMRI task volumes and the MNI atlas mask. It is determined by what percentage of the MNI atlas mask file is covered by each temporal mean of the fMRI time series volume. This is calculated by first taking the temporal mean of the 4-dimensional fMRI time series. The meaned 3-dimensional volume is then binarized using `fslmaths` and masked using the `MNI152_T1_2mm_brain_mask.nii.gz`. The brain coverage score is a percentage. The score is the number of non-zero voxels left in the binarized volume divided by the number of non-zero voxels in the MNI mask.
56+
5357
## 4. Downloading and Unpacking Data
5458

5559
There are two ways to download ABCD Study data and get BIDS inputs or derivatives:

0 commit comments

Comments
 (0)