Hi!
Summary of what happened:
I’m a computer science major with little knowledge of neuroscience. And I want to do some research on brain network. After being tormented by the dizzying toolchain and poor expertise in the field of neuroscience, I decided to focus my energy on fmriprep, nilearn and qsiprep. Here are my questions:
-
After preprocessed with fmriprep, I got images in
MNI152NLin2009cAsym
space (Please remind me if I use inappropriate words or phrases), and I want to use the commandatlas_aparc = datasets.fetch_atlas_destrieux_2009()
to access the atlas. So the question is: does the space alignment matter during network construction? If so, how can I know which space is the atlas provided by nilearn in? -
If I want to use some atlas not avaliable in nilearn (e.g.
brainnetome246
) or qsiprep (e.g.destrieux_2009
), how can I realize? I notice that in document of Qsiprep,we can realize by
"my_custom_atlas": {
"file": "file_in_this_directory.nii.gz",
"node_names": ["Region1_L", "Region1_R" ... "RegionN_R"],
"node_ids": [1, 2, ..., N]
}
But how can I get "file_in_this_directory.nii.gz"
? Are they avaliable in freesurfer output?
- Are there any recommended systematic textbooks or tutorials like Andy’s Brain Book suitable for beginners? I’m still struggling with concepts in neuro-image and neuro-science.
Thanks!