-
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
View Connectome with nilearn #144
Comments
This is a big find! I'm sorry I was in the meeting yesterday to discuss it with you. The alternative is to take the nilearn method apart and rewrite it in such a way that accepts a different way of specifying which edges exist. Having taken a look at these methods myself, this looks like quite a challenge. perhaps we should communicate more with nilearn. I'm sure they would be interested to hear about the problems we're having |
Sorry for not keeping this up to date @Islast. I recommended that @wingedRuslan just pass the original graph ( |
Smart! |
I think we can close this, right? Addressed in #145 |
@KirstieJane, yeah, that's right! Closing the issue, addressed in #145 |
Hi there,
while creating a function to view connectome with nilearn (3d - interactively), I realized that we can not make pretty plots as long as all edge weights of thresholded graph = 1.
Even if we plot a threshold graph at cost 2 (G02), we get quite "messy" Graph, because of so many connections.
Nilearn has a property to handle the number of plotted edges - edge_threshold, but it can only be applied if edges have different weights.
In out case all edges have weights = 1.
Right now I do not know how to reduce the number of plotted edges...
The text was updated successfully, but these errors were encountered: