-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example dataset for FC analysis #108
Comments
I don't, but that's not saying much. :)
To me this seems like a great first choice rather than alternative actually. I don't know the lit, but if it's standard like you say, and you have access to a dataset that shows the standard finding in a publication... this is exactly the sort of dataset that I would consider ideal. I have not heard of the MarsAtlas, does it exist / can we create it for
Then we can use these datasets in MNE-Python maybe for group-level source analysis examples (which we've needed for a long time) and definitely in this repo for all sorts of connectivity analyses. WDYT? |
Thanks Eric for your input.
The main limitation of MarsAtlas is that the nodes of the meshes of BrainVisa/MarsAtlas are not the same of those in Freesurfer. There are some resampling processes that disrupt the direct mapping from Brainvisa to Freesurfer. But I am not an expert in the field, the BrainVisa people (e.g., Jef Mangin) may have developed an easy solution for correspondance. As far as I know, you cannot create MarsAtlas from fsaverage. This is indeed a blocking point. So, developping an equivalent fetch_hcp_mmp_parcellation for MarsAtlas would be great, but it is currenlty not feasible from my side/group. We are exploring an atlas that can be generated from fsaverage with a nice parcellation in terms of size of parcels for MEG, which is called VEP. We can share the code and scripts.
Thanks Andrea |
Conceptually this is a bit of a no-no because Epochs are for sensor-level data, and putting source-level data in there breaks the standard MNE-Python conceptual model. That's why I advocate for ndarray+labels (or
It would be nice if this could be done equivalently with If we can't go this route, I'm worried about the challenges of using this dataset. If you can't get a parcellation on |
Ok I get it. At the moment, it's a bit difficult for me (or someone in my group) to re-run the analyses with another parcellation. That would be really helpfull, though, and I will try to keep it on the top of the to-do-list. Thanks again for your precious input. And in case anyone gets on this type of data, I will be happy to contribute to the next steps (group-level FC analyses with Frites), since it would be pretty done relatively rapidly. |
Another option that would at least allow some progress would be to do just step (2) above, uploading your MarsAtlas'ed source-label-level data -- and leave step (1) above (MarsAtlas on fsaverage) for later. Then things like circular graphs and such could be plotted, even if they can't be plotted nicely on a brain, at least to start. That way connectivity measures can at least be computed, algorithms validated, etc.. WDYT @brovelli ? Then separately, as a future thing, if some MarsAtlas expert could try loading |
Good point. Yeah, I can do that (relatively) rapidly. I will keep you posted. |
Describe the problem
Dear all,
I would like to add a tutorial or example to Frites to show how to link it to mne-python and mne-connectivity functionalities. To do so, I think it would be interesting to have a common example dataset for FC analysis.
Does anyone know if there is such a dataset around? What is your opinion in this respect?
Describe your solution
In Frites, for whole-brain FC analyses and group-level statistics, we normally use single-trial and time-resolved high-gamma power time courses (MEG data or SEEG). Here are the characteristics for the MEG dataset
Therefore, the FC analysis are performed in the time-domain using power-to-power "correlations"
If a similar dataset exists, I would be happy to develop a notebook with the workflow for FC analysis bridging mne-connectivity and Frites.
NB: it does not need to be in the MarsAtlas parcellation, any parcellation would do I guess
Describe possible alternatives
If not, an alternative would be to upload our benchmark dataset which has been published ex Brovelli et al 2017 or Combrisson et al 2022. The network is a fronto-parietal network involved in visuomotor transformation processes, pretty standard result in the litterature.
What do you think?
Cheers,
Andrea
The text was updated successfully, but these errors were encountered: