The human connectome is a comprehensive map of the neural connections in the brain - in other words, a graph. Coming from a background in graph algorithm development and network analysis, the field of connectome analysis seems to me a very interesting application domain. However, it is a domain I am just beginning to understand. Therefore I hope to get some feedback from both neuro- and computer scientists, starting with the following questions:
- It is my understanding that at the neural scale, the connectome is a graph of more than 10^10 nodes and 10^14 edges. If it could be comprehensively mapped at this scale - which i believe it cannot at this point due to a lack of imaging technology - would it be in the range of current computing capabilities to analyse such a network?
- Has the connectome been mapped at coarser scales? If yes, what graph sizes are we talking about?
- Are standard measures from network analysis (such as degree distribution, diameter, clustering coefficients, centrality, communities) relevant for connectome analysis? What are interpretations of such measures?
- What are other structures of interest in the connectome that could be revealed by graph algorithms? Is there a need for domain-specific algorithms to discover brain-specific graph structures?
- Are there publicly available datasets that represent the connectome as a graph?