netneurolab / neuromaps

A toolbox for comparing brain maps
https://netneurolab.github.io/neuromaps
Other
246 stars 55 forks source link

Best Practices for using Neuromaps #159

Closed BAshinoff closed 6 months ago

BAshinoff commented 6 months ago

Description of issue

Hi,

Thank you again for a great toolbox!

I was hoping you could clarify for me what best practices are for using Neuromaps since I have seen a few conflicting recommendations.

As an example, I have a map in MNI152 space and I want to compare it to ALL of the annotations in neuromaps for an exploratory analysis.

Should I...

1) Transform/resample my MNI152 map into the space of the annotations to generate the nulls and compare the images. My understanding is that this is ideal, but there are many annotations in volume space, and the parametric null models are very resource and computationally expensive.

2) Convert everything into a single space, ideally a surface space like fsaverage since that allows me to use the non-parametric null models? The Neuromaps paper has an analysis near the end suggesting this should be good enough since transforming the space should not substantially affect the results, but I also wanted to check that I understood that correctly.

Assuming that I want to use my results in a publication, is it critical/required to do the analyses in the annotation space or can I transform everything into a common space?

Thanks for your advice and help!

Cheers, Brandon

Code of Conduct

justinehansen commented 6 months ago

Hi Brandon,

great question - unfortunately there's no catch-all answer but here are some pointers.

so - if it were me, I would do option 3, but it's a tradeoff with (1) losing subcortex/cerebellum, and (2) losing dense sampling of the brain

BAshinoff commented 6 months ago

Thank you!!!