-
Notifications
You must be signed in to change notification settings - Fork 13
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
measurements and saving problems #1742
Comments
Hi Karl, Thanks for getting back to us. I will get you back soon about (1) clustering, average clustering, small wordless and transitivity and (2) saving |
Hi, and thanks for the quick response. |
Hi Karl, Apologies for the delayed response, and thank you for the information. I’ve created an example script (attached in the comments below) that demonstrates how to (1) calculate clustering, average clustering, small-worldness, and transitivity, (2) plot these metrics on a brain, and (3) save the results as a b2 file or export them to XLSX files. Could you please run this script directly using the develop branch? There’s no need to run braph2genesis; simply download the code and run it on your computer. If the script executes successfully, it should also work with your data. I’m happy to answer any further questions or schedule a short meeting to assist with the process. |
Note that, since smallworldness involves randomizing the connectivity matrix, it is indeed taking longer time to calculate it. Would you please let me know how many nodes for your data? And how many entries (subjects/datapoints) are there? |
Dear Braph-Experts,
we are struggling with two issues:
In a WU connectivity analysis of DWI data, we are not able to get results from: clustering, average clustering, small wordless and transitivity. All other measures run smoothly. We don't get an error - it just doesn't stop calculating.
Saving results unfortunately doesn't work at all for us. We were able to save a b2 file with an 1) atlas file and defining two groups with xlsx file, but all attempts to save our steps later on won't work. Again we don't get an error. It just takes for ever.
Saving the info about the two groups (with the test data) takes about 1 minute (which feels very long).
We tried this on macOS and ubuntu with the latest development version (2.0.0.b2) build 6
The text was updated successfully, but these errors were encountered: