Data organization with BIDS
Last updated on 2024-02-28 | Edit this page
Estimated time: 45 minutes
Overview
Questions
- What is BIDS?
- Why is it important to structure our datasets coherently?
- How can we convert raw datasets into BIDS-compatible datasets?
Objectives
- Become faimiliar with BIDS
- Convert raw datasets to BIDS-compatible datasets
Brain Imaging Data Structure (BIDS) is a simple and intuitive way to organize and describe your neuroimaging and behavioural data. Neuroimaging experiments result in complicated data that can be arranged in several different ways. BIDS tackles this problem by suggesting a new standard (based on consensus from multiple researchers across the world) for the arrangement of neuroimaging datasets.
Using the same structure for all of your studies will allow you to easily reuse all of your scripts between studies. Additionally, sharing code with other researchers will be much easier.
Why convert the community to BIDS?
Share data:
- A common file structure for both computers and humans to understand
- Using file formats/conventions that are most common in neuroimaging
- Show completeness of the data right away