Dear community,
I intend to use my own resting-state data to get the
“Functional connectivity of the seed region to all other cortical nodes in the same hemisphere [by using] Pearson product-moment correlation coefficient.” just as in the Nilearn 9.2.16 example.(Nilearn: Statistical Analysis for NeuroImaging in Python — Machine learning for NeuroImaging).
It seems like that the data which one can fetch and use was previously “projected onto the Freesurfer fsaverage5 template (Dale et al, 1999, Fischl et al, 1999)”.
Question: How can I achieve this such that I am able to use my rs-fmri data for a connectivity analysis e.g. PCC is a seed? Is there a Nilearn/Nibabel solution?
Without this step, the mere nifti file with the resting state data is not usable (or: I miss a needed manipulation of code).
Thank you for reading and considering, truly appreciated!