Synapsy DMP Online Meeting
April 21, 2021
Results from www.webofknowledge.com (Date: March 07, 2021)
Databases such as OpenNeuro, LORIS, COINs, XNAT, SciTran and others accept and export datasets organized following BIDS
>>> from bids import BIDSLayout
>>> layout = BIDSLayout('/home/data/ds000117')
>>> layout.get_subjects()
>>> BIDS = bids.layout('/home/data/ds000117');
>>> bids.query(BIDS, 'subjects')
A number of processing pipelines handling BIDS datasets (BIDS Apps) are available, ranging from quality control to preprocessing, connectome mapping, and statistical analysis
Follow the general BIDS data structure originating from MRI with some modifications to accommodate EEG data types
Figure adapted from https://doi.org/10.1038/s41597-019-0104-8