-
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
[KeepUpdating] Help to understand parameters #115
Comments
Thanks @wingedRuslan!! This code comes from https://github.com/KirstieJane/NSPN_WhitakerVertes_PNAS2016 which is the code and data to reproduce "Adolescence is associated with genomically patterned consolidation of the hubs of the human brain connectome" (doi: 10.1073/pnas.1601745113). You can read the application that funded @Islast to start the re-factoring work for this project at https://whitakerlab.github.io/resources/Mozilla-Science-Mini-Grant-June2017. The supplementary materials for the PNAS paper (https://www.pnas.org/content/pnas/suppl/2016/07/21/1601745113.DCSupplemental/pnas.1601745113.sapp.pdf) contain a lot of useful information. Specifically the "Structural covariance and network analyses" section at the top of page 6 should answer some of your questions. Figure S6 is also quite useful.
This page is also really useful: https://sites.google.com/site/bctnet/measures/list. Some of this code has been translated into python, but networkx will also do quite a bit of the work for us! Here's a link to the code (that hasn't been translated to the scona module yet) that explains how to get the different layout coordinates: Line 74 in 2c0f8ec
The I hope this is useful! |
Here's a figure with continuous colours https://github.com/KirstieJane/NSPN_WhitakerVertes_PNAS2016/blob/master/CT_MT_ANALYSES/COMPLETE/FIGS/COVARS_none/Figure4_LowRes.jpg |
graph_measures/calculate_global_measures
returnsdics
of average_clustering, average_shortest_path_length, assortativity, modularity, and efficiency of G , but thescripts/make_figures/plot_network_measures
plotsWhat are these values 'a', 'M', 'E', 'C', 'L', 'sigma'?
I suppose 'E' - 'efficiency', 'M' - 'modularity' but others...
scripts/make_figures/plot_sagittal_network
What are the inputs G_edge, sagittal_pos, axial_pos?
Also there is unresolved reference to
sort_partition
, this function is not defined within the project and is not available fromnetworkx
. So I just can't figure out why it is needed to calculate the number of modulesThe text was updated successfully, but these errors were encountered: