The Graph of Our Mind
Abstract
:1. Introduction
Previous Work
- (i)
- We have constructed the Budapest Reference Connectome Server http://connectome.pitgroup.org (accessed on 7 March 2021), which generates the common edges of up to 477 graphs of 1015 vertices, according to selectable parameters [15,16]. The Budapest Reference Connectome Server, apart from the common-edge demonstration, is also a good tool for the instant visualization of the braingraph.
- (ii)
- We have compared the diversity of the edges in distinct cerebral areas in 392 individual brains in [17];
- (iii)
- (iv)
- We have described the most frequent small subgraphs of the human braingaph in [22]. In [23] we have listed the most frequent complete subgraphs of the human connectome. In [24,25] we have introduced the method of the Frequent Network Neighborhood Mapping, and applied it for the neighbors of the hippocampus, one of the most important small functional entity of the brain.
- (v)
- We have compared women’s and men’s connectomes in 96 subjects in [26], and found that the braingraphs of females have numerous, statistically significant differences in graph-theoretical properties that are characteristic of the higher connectivity in connections. We have found 13 parameters in which the difference remained significant after the very strict Holm-Bonferroni statistical correction [27].
2. Materials and Methods
2.1. Statistical Analysis
2.2. Handling Possible Artifacts
3. Results
- Unweighted: Each edge has the same weight 1;
- FiberN: The number of fibers discovered in the tractography step between the nodes corresponded to ROIs;
- FAMean: The average of the fractional anisotropies [38] of the neuronal fibers, connecting the endpoints of the edge;
- FiberLengthMean: The average fiber-lengths between the endpoints of the edge.
- FiberNDivLength: The number of fiber tracts connecting the end-nodes, divided by the mean length of those fibers.
- Number of edges (Sum). The weighted version of this number is the sum of the weights of the edges in the graph.
- Normalized largest eigenvalue (AdjLMaxDivD): The largest eigenvalue of the generalized adjacency matrix, divided by the average degree of the graph. The adjacency matrix of an n-vertex graph is an matrix, where is 1 if is an edge, and 0 otherwise. The generalized adjacency matrix contains the weight of edge in . The division by the average degree of the vertices is important since the largest eigenvalue is bounded by the average- and maximum degrees [41], so a dense graph has a big largest eigenvalue because of the larger average degree. Since the vertex numbers are fixed, the average degree is already defined by the sum of weights for each graph.
- Eigengap of the transition matrix (PGEigengap): The transition matrix is defined by dividing the rows of the generalized adjacency matrix by the generalized degree of the node, where the generalized degree is the sum of the weights of the edges, incident to the vertex. A random walk on a graph can be characterized by the probabilities, for each i and j, of moving from vertex to vertex . These probabilities are the elements of transition matrix , with all the row-sums equal to 1. The eigengap of a matrix is the difference between the largest and the second largest eigenvalue of , and it is characteristic of the expander property of the graph: the larger the gap, the better expander is the graph (see [42]).
- Hoffman’s bound (HoffmanBound): If and denote the largest and smallest eigenvalues of the adjacency matrix, then Hoffman’s bound is defined asThis quantity is a lower estimation for the chromatic number of the graph.
- Logarithm of the number of the spanning forests (LogAbsSpanningForestN): The quantity of the spanning trees in a connected graph can be computed from the spectrum of its Laplacian [43,44]. Graphs with more edges usually have more spanning trees since the addition of an edge does not decrease the number of the spanning trees. For non-connected graphs, the number of spanning forests is the product of the numbers of the spanning trees of their components. The quantity LogAbsSpanningForestN is defined to be the logarithm of the number of spanning forests in the unweighted case. For other weight functions, if we define the weight of a tree by the product of the weights of its edges, then LogAbsSpanningForestN equals the sum of the logarithms of the weights of the spanning trees in the forests.
- Balanced minimum cut, divided by the number of edges (MinCutBalDivSum): If the nodes of a graph are partitioned into two classes, then a cut is the set of the edges running between these two classes. When we are looking for a minimum cut in a graph, most frequently, one of the classes is small (say it contains just one vertex) and the other all the remaining vertices. Therefore, the most interesting case is when the sizes of the two classes of the partitions differ by at most one. Finding such a partition with the smallest cut is the “balanced minimum cut” or the “minimal bisection width” problem. This quantity, in a certain sense, describes the “bottleneck” of the graph, and it is an important characteristic of the interconnection networks (like the butterfly, the cube connected cycles, or the De Bruijn network, [45]) in computer engineering. For the whole brain graph, one may expect that the minimum cut corresponds to the partition to the two hemispheres, which was found when we analyzed the results. Consequently, this quantity is interesting within the hemispheres, when only the nodes of the right- or the left hemisphere are partitioned into two classes of equal size. Computing the balanced minimum cut is NP-hard [46], but its computation for the input-sizes of this study is possible with contemporary integer programming software. If we double every edge in a graph (allowing two edges between two vertices), then the minimum balanced cut will also be doubled. So, it is natural to expect that graphs with more edges may have a larger minimum balanced cut just because more edges are present. However, if we norm (i.e., divide by) the balanced minimum cut with the number of the edges in the graph examined, then this effect can be factored out: for example, in the doubled-edge graph, the balanced minimum cut is also doubled, but when its size is divided by the doubled edge number, the normed value will be the same as in the original graph. So, when MinCutBalDivSum is considered, the effects of the edge-numbers are factored out.
- Minimum cost spanning tree (MinSpanningForest), computed with Kruskal’s algorithm [47].
- Minimum weighted vertex cover (MinVertexCover): We need to assign to each vertex a non-negative weight satisfying that for each edge, the sum of the weights of its two endpoints is at least 1. This is the relaxation of the NP-hard vertex-cover problem [48], since here we allow fractional weights, too. The sum of all vertex-weights with this constraint can be minimized in polynomial time by linear programming.
- Minimum vertex cover (MinVertexCoverBinary): Same as the quantity above, but the weights need to be 0 or 1. Alternatively, this number gives the size of the smallest vertex-set such that each edge is connected to at least one of the vertices in the set. This graph parameter is NP-hard, and we computed it only for the unweighted case by an integer programming (IP) solver SCIP https://scipopt.org (accessed on 7 March 2021) [32,33].
- Maximum matching (MaxMatching): A graph matching is a set of edges without common vertices. A maximum matching contains the largest number of edges. A maximum matching in a weighted graph is the matching with the maximum sum of weights taken on its edges.
- Maximum fractional matching (MaxFracMatching): is the linear-programming relaxation of the maximum matching problem. In the unweighted case, non-negative values are searched for each edge e in the graph, satisfying that for each vertex v in the graph, the sum of -s for the edges that are incident to v is at most 1. The maximum of the sums of is the maximum fractional matching for a graph. For the weighted version with weight function w, needs to be maximized.
The Syntactics of the Results
4. Discussions and Conclusions
4.1. Interconnection Networks
- (a)
- The degree of all vertices (i.e., the number of edges that connect to a vertex) should be low, and
- (b)
- Suppose we have t packets, each to be delivered to a designated graph vertex; no two packets should go to the same vertex. If we arbitrarily designate t distinct originating vertices, each containing one packet, and the target vertices are disjoint from the originating vertices, then the packets can be forwarded along the graph edges quickly to the respective target nodes, in a way that no two packets may use the same edge simultaneously.
4.2. Tabular Results
Supplementary Materials
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
References
- White, J.; Southgate, E.; Thomson, J.; Brenner, S. The structure of the nervous system of the nematode Caenorhabditis elegans: The mind of a worm. Phil. Trans. R. Soc. Lond. 1986, 314, 1–340. [Google Scholar]
- Scheffer, L.; Xu, S.; Januszewski, M.; Lu, Z. A connectome and analysis of the adult Drosophila central brain. eLife 2020, 9, e57443. [Google Scholar] [CrossRef]
- Azevedo, F.A.; Carvalho, L.R.; Grinberg, L.T.; Farfel, J.M.; Ferretti, R.E.; Leite, R.E.; Lent, R.; Herculano-Houzel, S. Equal numbers of neuronal and nonneuronal cells make the human brain an isometrically scaled-up primate brain. J. Comp. Neurol. 2009, 513, 532–541. [Google Scholar] [CrossRef] [PubMed]
- McNab, J.A.; Edlow, B.L.; Witzel, T.; Huang, S.Y.; Bhat, H.; Heberlein, K.; Feiweier, T.; Liu, K.; Keil, B.; Cohen-Adad, J.; et al. The Human Connectome Project and beyond: Initial applications of 300 mT/m gradients. Neuroimage 2013, 80, 234–245. [Google Scholar] [CrossRef] [Green Version]
- Hagmann, P.; Grant, P.E.; Fair, D.A. MR connectomics: A conceptual framework for studying the developing brain. Front. Syst. Neurosci. 2012, 6, 43. [Google Scholar] [CrossRef] [Green Version]
- Craddock, R.C.; Milham, M.P.; LaConte, S.M. Predicting intrinsic brain activity. Neuroimage 2013, 82, 127–136. [Google Scholar] [CrossRef] [PubMed]
- Ball, G.; Aljabar, P.; Zebari, S.; Tusor, N.; Arichi, T.; Merchant, N.; Robinson, E.C.; Ogundipe, E.; Rueckert, D.; Edwards, A.D.; et al. Rich-club organization of the newborn human brain. Proc. Natl. Acad. Sci. USA 2014, 111, 7456–7461. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Ardesch, D.J.; Scholtens, L.H.; van den Heuvel, M.P. The human connectome from an evolutionary perspective. Prog. Brain Res. 2019, 250, 129–151. [Google Scholar] [CrossRef]
- Fox, M.D. Mapping Symptoms to Brain Networks with the Human Connectome. N. Engl. J. Med. 2018, 379, 2237–2245. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Graham, D.J. Routing in the brain. Front. Comput. Neurosci. 2014, 8, 44. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Lazarou, I.; Georgiadis, K.; Nikolopoulos, S.; Oikonomou, V.P.; Tsolaki, A.; Kompatsiaris, I.; Tsolaki, M.; Kugiumtzis, D. A Novel Connectome-Based Electrophysiological Study of Subjective Cognitive Decline Related to Alzheimer’s Disease by Using Resting-State High-Density EEG EGI GES 300. Brain Sci. 2020, 10, 392. [Google Scholar] [CrossRef] [PubMed]
- Alexander-Bloch, A.F.; Reiss, P.T.; Rapoport, J.; McAdams, H.; Giedd, J.N.; Bullmore, E.T.; Gogtay, N. Abnormal Cortical Growth in Schizophrenia Targets Normative Modules of Synchronized Development. Biol. Psychiatry 2014. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Chen, V.C.H.; Lin, T.Y.; Yeh, D.C.; Chai, J.W.; Weng, J.C. Functional and Structural Connectome Features for Machine Learning Chemo-Brain Prediction in Women Treated for Breast Cancer with Chemotherapy. Brain Sci. 2020, 10, 851. [Google Scholar] [CrossRef] [PubMed]
- Besson, P.; Dinkelacker, V.; Valabregue, R.; Thivard, L.; Leclerc, X.; Baulac, M.; Sammler, D.; Colliot, O.; Lehéricy, S.; Samson, S.; et al. Structural connectivity differences in left and right temporal lobe epilepsy. Neuroimage 2014, 100C, 135–144. [Google Scholar] [CrossRef] [PubMed]
- Szalkai, B.; Kerepesi, C.; Varga, B.; Grolmusz, V. The Budapest Reference Connectome Server v2. 0. Neurosci. Lett. 2015, 595, 60–62. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Szalkai, B.; Kerepesi, C.; Varga, B.; Grolmusz, V. Parameterizable Consensus Connectomes from the Human Connectome Project: The Budapest Reference Connectome Server v3.0. Cogn. Neurodyn. 2017, 11, 113–116. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Kerepesi, C.; Szalkai, B.; Varga, B.; Grolmusz, V. Comparative Connectomics: Mapping the Inter-Individual Variability of Connections within the Regions of the Human Brain. Neurosci. Lett. 2018, 662, 17–21. [Google Scholar] [CrossRef] [Green Version]
- Kerepesi, C.; Szalkai, B.; Varga, B.; Grolmusz, V. How to Direct the Edges of the Connectomes: Dynamics of the Consensus Connectomes and the Development of the Connections in the Human Brain. PLoS ONE 2016, 11, e0158680. [Google Scholar] [CrossRef] [Green Version]
- Kerepesi, C.; Varga, B.; Szalkai, B.; Grolmusz, V. The Dorsal Striatum and the Dynamics of the Consensus Connectomes in the Frontal Lobe of the Human Brain. Neurosci. Lett. 2018, 673, 51–55. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Szalkai, B.; Kerepesi, C.; Varga, B.; Grolmusz, V. High-Resolution Directed Human Connectomes and the Consensus Connectome Dynamics. PLoS ONE 2019, 14, e0215473. [Google Scholar] [CrossRef]
- Szalkai, B.; Varga, B.; Grolmusz, V. The Robustness and the Doubly-Preferential Attachment Simulation of the Consensus Connectome Dynamics of the Human Brain. Sci. Rep. 2017, 7. [Google Scholar] [CrossRef] [Green Version]
- Fellner, M.; Varga, B.; Grolmusz, V. The Frequent Subgraphs of the Connectome of the Human Brain. Cogn. Neurodyn. 2019, 13, 453–460. [Google Scholar] [CrossRef] [Green Version]
- Fellner, M.; Varga, B.; Grolmusz, V. The frequent complete subgraphs in the human connectome. PLoS ONE 2020, 15, e0236883. [Google Scholar] [CrossRef] [PubMed]
- Fellner, M.; Varga, B.; Grolmusz, V. The frequent network neighborhood mapping of the human hippocampus shows much more frequent neighbor sets in males than in females. PLoS ONE 2020, 15, e0227910. [Google Scholar] [CrossRef] [Green Version]
- Fellner, M.; Varga, B.; Grolmusz, V. Good Neighbors, Bad Neighbors: The Frequent Network Neighborhood Mapping of the Hippocampus Enlightens Several Structural Factors of the Human Intelligence on a 414-Subject Cohort. Sci. Rep. 2020, 10, 1–7. [Google Scholar] [CrossRef]
- Szalkai, B.; Varga, B.; Grolmusz, V. Graph Theoretical Analysis Reveals: Women’s Brains Are Better Connected than Men’s. PLoS ONE 2015, 10, e0130045. [Google Scholar] [CrossRef] [PubMed]
- Holm, S. A simple sequentially rejective multiple test procedure. Scand. J. Stat. 1979, 6, 65–70. [Google Scholar]
- Daducci, A.; Gerhard, S.; Griffa, A.; Lemkaddem, A.; Cammoun, L.; Gigandet, X.; Meuli, R.; Hagmann, P.; Thiran, J.P. The connectome mapper: An open-source processing pipeline to map connectomes with MRI. PLoS ONE 2012, 7, e48121. [Google Scholar] [CrossRef]
- Fischl, B. FreeSurfer. Neuroimage 2012, 62, 774–781. [Google Scholar] [CrossRef] [Green Version]
- Desikan, R.S.; Ségonne, F.; Fischl, B.; Quinn, B.T.; Dickerson, B.C.; Blacker, D.; Buckner, R.L.; Dale, A.M.; Maguire, R.P.; Hyman, B.T.; et al. An automated labeling system for subdividing the human cerebral cortex on MRI scans into gyral based regions of interest. Neuroimage 2006, 31, 968–980. [Google Scholar] [CrossRef]
- Tournier, J.; Calamante, F.; Connelly, A. MRtrix: Diffusion tractography in crossing fiber regions. Int. J. Imaging Syst. Technol. 2012, 22, 53–66. [Google Scholar] [CrossRef]
- Achterberg, T.; Berthold, T.; Koch, T.; Wolter, K. Constraint integer programming: A new approach to integrate CP and MIP. In Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems; Springer: Berlin, Germany, 2008; pp. 6–20. [Google Scholar]
- Achterberg, T. SCIP: Solving constraint integer programs. Math. Program. Comput. 2009, 1, 1–41. [Google Scholar] [CrossRef]
- Hoel, P.G. Introduction to Mathematical Statistics, 5th ed.; John Wiley & Sons, Inc.: New York, NY, USA, 1984. [Google Scholar]
- Wonnacott, T.H.; Wonnacott, R.J. Introductory Statistics; Wiley: New York, NY, USA, 1972; Volume 19690. [Google Scholar]
- Witelson, S.F.; Beresh, H.; Kigar, D.L. Intelligence and brain size in 100 postmortem brains: Sex, lateralization and age factors. Brain 2006, 129, 386–398. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Szalkai, B.; Varga, B.; Grolmusz, V. Brain Size Bias-Compensated Graph-Theoretical Parameters are Also Better in Women’s Connectomes. Brain Imaging Behav. 2018, 12, 663–673. [Google Scholar] [CrossRef] [PubMed]
- Basser, P.J.; Pierpaoli, C. Microstructural and physiological features of tissues elucidated by quantitative-diffusion-tensor MRI. J. Magn. Reson. 1996, 213, 560–570. [Google Scholar] [CrossRef]
- Jahanshad, N.; Aganj, I.; Lenglet, C.; Joshi, A.; Jin, Y.; Barysheva, M.; McMahon, K.L.; De Zubicaray, G.; Martin, N.G.; Wright, M.J.; et al. Sex differences in the human connectome: 4-Tesla high angular resolution diffusion imaging (HARDI) tractography in 234 young adult twins. In Proceedings of the 2011 IEEE International Symposium on Biomedical Imaging: From Nano to Macro, Chicago, IL, USA, 30 March–2 April 2011; pp. 939–943. [Google Scholar]
- Ingalhalikar, M.; Smith, A.; Parker, D.; Satterthwaite, T.D.; Elliott, M.A.; Ruparel, K.; Hakonarson, H.; Gur, R.E.; Gur, R.C.; Verma, R. Sex differences in the structural connectome of the human brain. Proc. Natl. Acad. Sci. USA 2014, 111, 823–828. [Google Scholar] [CrossRef] [Green Version]
- Lovasz, L. Eigenvalues of Graphs; Technical report; Department of Computer Science, Eotvos University, Pazmany Peter 1/C, H-1117: Budapest, Hungary, 2007. [Google Scholar]
- Hoory, S.; Linial, N.; Wigderson, A. Expander graphs and their applications. Bull. Am. Math. Soc. 2006, 43, 439–561. [Google Scholar] [CrossRef]
- Kirchhoff, G. Über die Auflösung der Gleichungen, auf welche man bei der Untersuchung der linearen Vertheilung galvanischer Ströme geführt wird. Ann. Phys. Chem. 1847, 72, 497–508. [Google Scholar] [CrossRef] [Green Version]
- Chung, F.R. Spectral Graph Theory; American Mathematical Soc.: Providence, RI, USA, 1997; Volume 92. [Google Scholar]
- Tarjan, R.E. Data Structures and Network Algorithms. In CBMS-NSF Regional Conference Series in Applied Mathematics; Society for Industrial Applied Mathematics: Philadelphia, PA, USA, 1983. [Google Scholar]
- Garey, M.R.; Johnson, D.S.; Stockmeyer, L. Some simplified NP-complete graph problems. Theor. Comput. Sci. 1976, 1, 237–267. [Google Scholar] [CrossRef] [Green Version]
- Lawler, E.L. Combinatorial Optimization: Networks and Matroids; Courier Dover Publications: New York, NY, USA, 1976. [Google Scholar]
- Hochbaum, D.S. Approximation algorithms for the set covering and vertex cover problems. SIAM J. Comput. 1982, 11, 555–556. [Google Scholar] [CrossRef]
- Dally, W.J.; Towles, B. Principles and Practices of Interconnection Networks; Elsevier: Amsterdam, The Netherlands, 2007. [Google Scholar]
- Wright, A.K.; Theilmann, R.J.; Ridgway, S.H.; Scadeng, M. Diffusion tractography reveals pervasive asymmetry of cerebral white matter tracts in the bottlenose dolphin (Tursiops truncatus). Brain Struct. Funct. 2018, 223, 1697–1711. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Charvet, C.J.; Hof, P.R.; Raghanti, M.A.; Kouwe, A.J.V.D.; Sherwood, C.C.; Takahashi, E. Combining diffusion magnetic resonance tractography with stereology highlights increased cross-cortical integration in primates. J. Comp. Neurol. 2017, 525, 1075–1093. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Corballis, M.C. Evolution of cerebral asymmetry. Prog. Brain Res. 2019, 250, 153–178. [Google Scholar] [CrossRef] [PubMed]
Scale | Property | Female | Male | p (1st) | p (2nd) | p (Corrected) |
---|---|---|---|---|---|
129 | Left_PGEigengap_FiberNDivLength | 0.0948|0.0811 | 0.00001 | 0.00001 | 0.00001 |
234 | Left_PGEigengap_FiberNDivLength | 0.0712|0.0606 | 0.00001 | 0.00001 | 0.00001 |
129 | Left_PGEigengap_FiberN | 0.1219|0.1007 | 0.00001 | 0.00001 | 0.00001 |
83 | Left_PGEigengap_FiberNDivLength | 0.1412|0.1249 | 0.00001 | 0.00001 | 0.00001 |
234 | Left_PGEigengap_FiberN | 0.0946|0.0782 | 0.00001 | 0.00001 | 0.00001 |
83 | Left_PGEigengap_FiberN | 0.1675|0.1430 | 0.00001 | 0.00001 | 0.00001 |
234 | All_PGEigengap_FiberNDivLength | 0.0242|0.0201 | 0.00001 | 0.00001 | 0.00001 |
83 | Left_MinCutBalDivSum_FiberNDivLength | 0.1320|0.1186 | 0.00001 | 0.00001 | 0.00001 |
83 | All_LogSpanningForestN_FiberNDivLength | 147.7706|142.7239 | 0.00001 | 0.00001 | 0.00001 |
83 | Left_MinCutBalDivSum_FiberN | 0.1305|0.1151 | 0.00001 | 0.00001 | 0.00001 |
129 | All_PGEigengap_FiberNDivLength | 0.0284|0.0237 | 0.00001 | 0.00001 | 0.00001 |
83 | All_Sum_FiberN | 11072.8196|10547.3855 | 0.00001 | 0.00001 | 0.00001 |
129 | Left_MinCutBalDivSum_FiberN | 0.1223|0.1052 | 0.00001 | 0.00001 | 0.00001 |
83 | All_PGEigengap_FiberNDivLength | 0.0346|0.0291 | 0.00001 | 0.00001 | 0.00001 |
83 | Left_Sum_Unweighted | 282.0573|269.7710 | 0.00001 | 0.00001 | 0.00001 |
234 | Left_MinCutBalDivSum_FiberN | 0.0995|0.0864 | 0.00001 | 0.00001 | 0.00002 |
83 | All_Sum_FAMean | 218.7173|202.2306 | 0.00001 | 0.00001 | 0.00002 |
463 | Left_MinCutBalDivSum_FiberN | 0.0702|0.0608 | 0.00001 | 0.00001 | 0.00002 |
129 | All_Sum_FiberN | 12238.966|11779.5060 | 0.00001 | 0.00001 | 0.00003 |
83 | Left_LogSpanningForestN_FiberNDivLength | 73.9377|71.1251 | 0.00001 | 0.00001 | 0.00003 |
234 | Left_PGEigengap_Unweighted | 0.1282|0.1104 | 0.00001 | 0.00001 | 0.00004 |
83 | All_LogSpanningForestN_FAMean | 109.3931|102.6911 | 0.00001 | 0.00001 | 0.00005 |
83 | All_Sum_Unweighted | 564.4098|544.3012 | 0.00001 | 0.00001 | 0.00006 |
83 | Left_Sum_FAMean | 105.9875|97.2824 | 0.00001 | 0.00001 | 0.00006 |
129 | Left_PGEigengap_Unweighted | 0.2047|0.1774 | 0.00001 | 0.00001 | 0.00006 |
463 | Left_MinCutBalDivSum_Unweighted | 0.0927|0.0805 | 0.00001 | 0.00001 | 0.00007 |
234 | All_PGEigengap_FiberN | 0.0250|0.0212 | 0.00001 | 0.00001 | 0.00007 |
129 | All_LogSpanningForestN_FiberNDivLength | 210.3350|204.5640 | 0.00001 | 0.00001 | 0.00007 |
83 | Left_LogSpanningForestN_FAMean | 53.1346|49.1865 | 0.00001 | 0.00001 | 0.00008 |
83 | Left_PGEigengap_Unweighted | 0.3083|0.2769 | 0.00001 | 0.00001 | 0.00010 |
83 | Left_MinCutBalDivSum_FAMean | 0.24907|0.2279 | 0.00001 | 0.00001 | 0.00013 |
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2021 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).
Share and Cite
Szalkai, B.; Varga, B.; Grolmusz, V. The Graph of Our Mind. Brain Sci. 2021, 11, 342. https://doi.org/10.3390/brainsci11030342
Szalkai B, Varga B, Grolmusz V. The Graph of Our Mind. Brain Sciences. 2021; 11(3):342. https://doi.org/10.3390/brainsci11030342
Chicago/Turabian StyleSzalkai, Balázs, Bálint Varga, and Vince Grolmusz. 2021. "The Graph of Our Mind" Brain Sciences 11, no. 3: 342. https://doi.org/10.3390/brainsci11030342
APA StyleSzalkai, B., Varga, B., & Grolmusz, V. (2021). The Graph of Our Mind. Brain Sciences, 11(3), 342. https://doi.org/10.3390/brainsci11030342