What is BIDS (Brain Imaging Data Structure)?

Many of the best practices we encourage in this handbook revolve around the Brain Imaging Data Structure (BIDS) [Gorgolewski et al., 2016]. Neuroimaging research relies on complex multimodal data and different software packages have historically used different naming and organization conventions. Different labs and different researchers use idiosyncratic conventions—even the same researcher may use different conventions from experiment to experiment. The goal of BIDS is to create an easy-to-adopt community standard for organizing neuroimaging data. BIDS facilitates: check`<:ref:`openNeuro>_

  • Data validation: Data often has “bugs”—just like software. The BIDS-Validator can be used to check the integrity of your BIDS dataset, allowing you to identify potential errors or inconsistencies in the data structure.

  • Collaboration: By using a standard format, working on data collaboratively within and across labs becomes much easier (no more re-organizing someone else’s data). It also makes it much easier to return to the same dataset years later (your future self will thank you).

  • Data analysis: The machine-readable format and rich metadata of BIDS allows software packages—such as fMRIPrep and MRIQC—to process BIDS data in an automated fashion. There is a growing number of software packages—called BIDS Apps—that capitalize on BIDS [Gorgolewski et al., 2017].

  • Sharing data: Data sharing is an important element of reproducible science and is encouraged (often enforced!) by many major federal funding agencies (e.g., NIH, NSF, ERC). BIDS allows others to more easily use your data and is the standard used by the OpenNeuro data sharing platform [Poldrack & Gorgolewski, 2017]. The workflow in this handbook encourages converting your data to BIDS format as early in the workflow as poosssible to facilitate reproducibility and save you the energy of retroactivately organizing your data at the time of sharing.

Consult the BIDS Specification for detailed documentation on formatting. If you want to setup a new study using BIDS, check out our documentation and scripts for converting raw data to BIDS format; or, you can practice using BIDS with our sample dataset!

References

Gorgolewski et al., 2017

Gorgolewski, K. J., Alfaro-Almagro, F., Auer, T., Bellec, P., Capotă, M., Chakravarty, M. M., … others. (2017). Bids apps: improving ease of use, accessibility, and reproducibility of neuroimaging data analysis methods. PLoS computational biology, 13(3), e1005209. doi:https://doi.org/10.1371/journal.pcbi.1005209

Gorgolewski et al., 2016

Gorgolewski, K. J., Auer, T., Calhoun, V. D., Craddock, R. C., Das, S., Duff, E. P., … others. (2016). The brain imaging data structure, a format for organizing and describing outputs of neuroimaging experiments. Scientific data, 3(1), 1–9. doi:https://doi.org/10.1038/sdata.2016.44

Poldrack & Gorgolewski, 2017

Poldrack, R. A., & Gorgolewski, K. J. (2017). Openfmri: open sharing of task fmri data. Neuroimage, 144, 259–261. doi:https://doi.org/10.1016/j.neuroimage.2015.05.073

return to timeline