Hi Chris,
I have recently found your software tool from your post to the freesurfer mailing list and I have found it very interesting!
One thing holding me back from utilising BraiinGraph in my own work is the lack (from what I can see) of functionality regarding the minimum spanning tree. The MST approach allows you to balance the need for a fully connected network, as well as maintaining relatively low thresholds to keep the networks biologically meaningful (and non-random). This is usually achieved by allowing the generation of the MST then allowing the addition of the top percentage of connections ON TOP of this MST network.
This would then allow you to implement metrics such as diameter, leaf number, eccentricity and hierarchy in relation to the MST (Stam et al., 2014).
Is there any plans to implement these approaches for the Volumetric and DTI networks outlined in your software?
Cheers,
B.
--
You received this message because you are subscribed to the Google Groups "brainGraph-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brainGraph-help+unsubscribe@googlegroups.com.
To post to this group, send email to brainGraph-help@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brainGraph-help/85b6b4c5-fc31-46bb-8e73-452cd398621b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi, although I do not have anything specific for dealing with MST's, there is already an igraph function, aptly named "mst". This function returns the MST in the form of an igraph graph object. If you input a graph with certain attributes (after running "set_brainGraph_attr", for example) then it will retain those attributes. So the MST would retain (x,y,z) coordinates, vertex name, lobe membership, etc. Then you can run, e.g. "diameter" or "eccentricity" on that subgraph and any of a number of other functions.I would like to implement something specific but I don't know when I will get around to it. If you have a specific use case in mind, please let me know and I can try to implement it.Chris
On Tue, May 9, 2017 at 3:28 PM, <neurog...@gmail.com> wrote:
Hi Chris,
I have recently found your software tool from your post to the freesurfer mailing list and I have found it very interesting!
One thing holding me back from utilising BraiinGraph in my own work is the lack (from what I can see) of functionality regarding the minimum spanning tree. The MST approach allows you to balance the need for a fully connected network, as well as maintaining relatively low thresholds to keep the networks biologically meaningful (and non-random). This is usually achieved by allowing the generation of the MST then allowing the addition of the top percentage of connections ON TOP of this MST network.
This would then allow you to implement metrics such as diameter, leaf number, eccentricity and hierarchy in relation to the MST (Stam et al., 2014).
Is there any plans to implement these approaches for the Volumetric and DTI networks outlined in your software?
Cheers,
B.
--
You received this message because you are subscribed to the Google Groups "brainGraph-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brainGraph-he...@googlegroups.com.
To post to this group, send email to brainGr...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to brainGraph-help+unsubscribe@googlegroups.com.
To post to this group, send email to brainGraph-help@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brainGraph-help/6561da0b-3625-4b21-befb-c0e3f1e85265%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/brainGraph-help/1f6f800a-ba7d-4684-92c4-a001cff7c204%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to brainGraph-help+unsubscribe@googlegroups.com.
To post to this group, send email to brainGraph-help@googlegroups.com.