8000 Issue on the tutorial · Issue #5 · neurora/NeuroRA · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Open
HuangHam opened this issue May 9, 2022 · 6 comments
Open

Issue on the tutorial #5

HuangHam opened this issue May 9, 2022 · 6 comments

Comments

@HuangHam
Copy link
HuangHam commented May 9, 2022

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!

@HuangHam
Copy link
Author

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.

@NickGuAI
Copy link
NickGuAI commented Jul 5, 2022

I noticed the example provides plotting only for searchlight RDM
were you able to figure out how to plot roi rdm?

@HuangHam
Copy link
Author
HuangHam commented Jul 5, 2022

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.

@NickGuAI
Copy link
NickGuAI commented Jul 5, 2022

thanks for the response @HuangHam !
Sorry I meant in Section 8: Saving the RSA result and Plotting

which plots searchlight only. I was wondering if you figured out a way to plot for non-searchlight rsa results

@HuangHam
Copy link
Author
HuangHam commented Jul 5, 2022

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.

@NickGuAI
Copy link
NickGuAI commented Jul 5, 2022

ah *derp
that's indeed the case

Thanks @HuangHam !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0