| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

BIDS-iEEG Compatibility

This version was saved 5 years, 3 months ago View current version     Page history
Saved by David Groppe
on December 12, 2018 at 5:39:17 pm
 

By default, iELVis uses/builds on FreeSurfer's system for organizing files. However, we are now in the process of making it possible for iELVis to also read and write files in accordance with the nascent iEEG-BIDS conventions. iEEG-BIDS is a set of conventions for data storage that facilitates robust and reproducible research as well as data and code sharing.

 

Here is an example of a study organized according to the iEEG-BIDS format :

https://github.com/bids-standard/bids-examples/tree/bep010_ieeg/ieeg_motorMiller2007

 

 

Exporting FreeSurfer Organized iELVis Files into iEEG-BIDS Format:

To copy iELVis electrode information and associate neuroimaging files into iEEG-BIDS format, simply run iELVisFsurf2BIDS.m, by doing something like this:

>> iELVisFsurf2BIDS('PT001','~/Desktop/HandMotor',1);

 

Where 'PT001' is the patient's FreeSurfer ID, '~/Desktop/HandMotor', is the BIDS root directory and 1 is the session in which the corresponding iEEG data have been recorded. This will create a sub-PT001 folder than contains electrode locations and information and well as the pre- and post-implant brain volumes used for electrode localization. Note that the preimplant MRI, T1_fsurf.nii.gz, is not exactly the original MRI. It has had some preprocessing applied to it (e.g., bias field correction).

 

The other directories created are subfolders of HandMotor/derivatives/iELVis which contain processed anatomical files (e.g., pial surfaces) used for electrode localization and visualization.

 

 

Creating iELVis Files from Scratch in iEEG-BIDS Format:

Work in progress.

 

 

Reading Data in iEEG-BIDS Format:

Work in progress.

Comments (0)

You don't have permission to comment on this page.