BIDS for Spectroscopy

@wclarke - I wouyld be happy to join next week - not that I would add much beyond the suggestion I’ve already made about the checklist parameters being in some way incorporated in the BIDS format - but if it would be sueful to ahve me there, happy to join.

@admin thanks Georg, adding the checklist itself as a PDF to this thread, will see about adding it to a seperate post for reference for all users.
MRSinMRS_checklist.pdf (62.1 KB)

1 Like

I’ve created a new NIfTI-MRS dedicated thread here: NIfTI-MRS discussion thread

1 Like

For those interested, the next annual BIDS Town Hall will take place next Monday, June 21st at 10 pm CEST / 4 pm ET / 1 pm PT during the Open Science Room program. OSR is a part of the OHBM Annual Meeting.

There will be updates on BIDS in general and the various BIDS Extension Proposals. I’ve been asked to give a 1–2 min update on our MRS BEP.

You can register for the Town Hall here.

Now that the NIfTI-MRS data format standard has matured, I will be updating the MRS BEP accordingly. The BEP is a bit out of date with respect to the current version of the BIDS specification (e.g., redundant definitions of general terminology, the inclusion of subject session sidecar files). I will be taking the next week or so to clean up the doc (while trying not to remove any unresolved comments/suggestions already present).

Once things have been updated to fall in line with the current BIDS specification and our NIfTI-MRS initiative, I will post here what I believe our next priorities regarding the BEP are/might be.

As always, community contributions to this effort are most welcome!

2 Likes

I have taken the time to significantly update the draft BIDS Extension Proposal (BEP) for BIDS-MRS so that it complies with the current version of BIDS and covers as much of modern MRS methodology (relevant to data storage) as possible.

But, it is incomplete.

Some (but not all) areas we particularly would need input on from experts are, e.g., how i) MRSI, ii) ultra-high-field, iii) X-nuclei, and iv) preclinical data should be handled by BIDS-MRS. E.g., for MRSI, how do we distinguish between data acquired by different accelerated methods and/or different readouts (I realize, naively, these may be the same technique): Should this be handled by the file name or the sidecar JSON metadata file?

Important note : The BID-MRS BEP assumes that modality-common organizational standards that are not MRS-specific are already understood by users. That is, the BEP does not, and should not, reproduce what is already specified by BIDS. E.g., how participant data should be stored. This makes the inclusion of the MRS-BIDS BEP into the stable version of BIDS much easier further down the line.

I realize that BIDS may not be familiar to some of you, so I encourage you to look through the current specification. It’s likely that something you think of has already been standardized by BIDS.

Any feedback/comments can be provided either on the Google doc itself or on this thread.

I’d like to submit an abstract on the current BIDS-MRS BEP for ISMRM 2022. Feedback is still very welcome on the Google doc.

Update: I have completed v1.0 of the MRS-BIDS extension proposal. We will be moving towards integration into the greater BIDS standard. Feedback is still welcome.

2 Likes

UPDATE:

We have been finalizing the extension proposal and it is near completion.

If you would like to look over the Google doc and suggest any further changes, please do so in the next two weeks as we are due to meet with the BIDS Maintainers to go over the BEP and plan the integration into the BIDS standard. There then will be a final two-week community review (as a pull request on the BIDS specification GitHub repository).

Hello @mmikkel,

I’m planning to share my SVS MRS dataset on an open database following the BIDS format. Yet, I couldn’t find any guidelines within the existing BIDS specifications for organizing basis sets. I’ve scoured past discussions here but haven’t come across any decision adopted by the community. Additionally, upon reviewing the listed open datasets on MRSHub, I couldn’t find any database mandating BIDS formatting similar to OpenNeuro. Is there any recommendation regarding where to publish the MRS data?

Hi @Behrouz,

I’m glad you’ll be using BIDS to organize your dataset!

Before I reply to your queries, I want to link a preview of the upcoming update to the BIDS standard that will include the MRS extension. It would be best to refer to this version for now when standardizing your dataset. It’s still under development but contains the most up-to-date guidelines. (Note that it mentions example MRS datasets, but these have yet to be uploaded to the BIDS GitHub repository, but you can find them in my forked repository.)

As my memory serves, when @martin, @wclarke, and I had conversations with the BIDS team about how to deal with basis sets, it was concluded that because basis sets don’t fit neatly into the current BIDS standard, it was best to deal with them in a later version of BIDS.

My recommendation would be to store your basis sets in the sourcedata/ directory (e.g., sourcedata/basissets/...) (as described here). The sourcedata/ directory allows for more flexibility with data/metadata organization with respect to the “hard” requirements of the standard for raw data and derivatives.

As far as I’m aware, OpenNeuro and DANDI are the only repositories that require BIDS-organized datasets. But please refer to our recent paper for other initiatives that have leveraged BIDS.

That said, there’s no reason you couldn’t choose to use any other open data repository (unless they have their own organization requirements). I’ve not tried to upload any data to OpenNeuro yet, but I believe they run validation scripts on your dataset to see if it matches the current BIDS format. The issue is that the MRS extension has not yet been integrated into the format or the validation schema (this is something I’m working on finalizing at this moment :slight_smile: ), so you might have issues using OpenNeuro. But it’s worth giving it a try.

Mark

1 Like

Hi @mmikkel ,

Thank you for your detailed explanation. You were right about OpenNeuro. However, I have converted my dataset to BIDS format thanks to your suggestions.

Behrouz