-
Notifications
You must be signed in to change notification settings - Fork 15
Issue on the tutorial #5
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
Comments
Oh I figured out why. so in the plotting line instead of plot_rdm(rdm_roi ...., you should do plot_rdm(rdm_roi[0] .... to index the first subject's RDM. |
I noticed the example provides plotting only for searchlight RDM |
yes. So as I said in the previous comment, the rdm_roi output by the tutorial code is a list of rdm where each element is the rdm for on subject. You can either plot the rdm of one subject using plot_rdm(rdm_roi[subj_indx],...) or you can average all rdm across all subjects. |
thanks for the response @HuangHam ! which plots searchlight only. I was wondering if you figured out a way to plot for non-searchlight rsa results |
Oh I see. I did not look at Section 8 closely, but it seems like that it's plotting the brain regions where the searchlight RSA shows a significant effect. In case of ROI, you already prespecify a brain region, so I don't see why section 8 would apply... Maybe that's why the tutorial only includes the demo for plotting searchlight. |
ah *derp Thanks @HuangHam !! |
I think there is an issue on section 5 (Section 5: Calculating the RDM for ROI and Plotting) of the second Tutorial (fMRI one). The output of that cell is RDMs computing finished! Invalid input!
The text was updated successfully, but these errors were encountered: