-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add Nilearn plotting functionality to scona #145
Add Nilearn plotting functionality to scona #145
Conversation
…nding on a nodal measure
…tively with nilearn
…for nilearn plotting
Hey @wingedRuslan! Can we adjust the
OR you can just do it from the adjacency matrix as that's what's passed to The only slightly fiddly bit is figuring out the threshold - if its a number which is greater than 0 then that's easy, but if it is a percentage as a string you need to detect that its a string, drop the '%' character and then divide by 100 before you pass to Does that make sense? |
Updates to interactive plotting tutorial
Hey @wingedRuslan - I'd love to get this merged in so that it can be in your final report! Can you fix the merge conflicts and ping me in gitter when you think the tutorials is good to be merged? I think its very close and so I'll try to find time either before or after the meeting to review. |
@KirstieJane, sure, I plan to do this today! It would be great if you would have time after the meeting to review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work @wingedRuslan!! Click the merge button!!
What's the context for this pull request?
(this is a good place to reference any issues that this PR addresses)
What's new?
Created visualisation tools for plotting with nilearn
Added tutorial to show how to use these tools
What should a reviewer feedback on?
Functions Implementation
Produced plots
Does anything need to be updated after merge?
(e.g the wiki or the WhitakerLab website)