2024-01-21
Brain Imaging Data Structure (BIDS) is a simple and intuitive way to organize and describe your neuroimaging and behavioral data (official site: https://bids.neuroimaging.io/). Why BIDS? (Source: https://rpubs.com/sarenseeley/bids-fmriprep-mriqc)
Heterogeneity in how complex data are organized can lead to confusion (including within-lab as well as between-lab), and unnecessary manual metadata input.
Researchers can take advantage of the numerous and ever-expanding library of “BIDS apps”, or software packages that are written to take valid BIDS datasets as input.
Avoids the need for highly study- or lab-specific pipelines, improves reproducibility for the field as a whole, we can be more confident in our results.
The ability to automatically validate a dataset allows you to spot issues (files missing or in the wrong place, inconsistent naming, etc.) and makes curation easier and faster.
Having a standardized format facilitates data reuse/sharing (benefits for cost-effectiveness of research $).
HeuDiConv: https://heudiconv.readthedocs.io/en/latest/
a heuristic-centric DICOM converter
heuristic file, which is a python script that tells the tool how to convert the DICOM files to BIDS format.heuristic file for us, and then we can modify it to fit our needs..heudiconv/dicominfo.tsv fileheuristic file requires some python programming skillsOverview of the whole picture
A BIDS derivatives dataset of the form:
<output_dir>/
logs/
sub-<label>/
sub-<label>.html
dataset_description.json
sub-<label>/ folder, including anatomical, freesurfer 1 and functional derivativessub-<label>.html, here is a sample reportdataset_description.json is a a metadata file in which fMRIPrep records metadata recommended by the BIDS standardTemplateFlow data beforehand to avoid network issues--use-aroma is removed, ICA is not done (maybe not so necessary)