Graph Theory and Connectivity Flashcards
Why is univariate analysis problematic?
- Multiple functions: There is no 1-to-1 correspondence between a brain region and function
- Context dependence: activation of different areas when the seemed context is similar, but the communication with the context is different
- Co-activation vs. Functional integration: co-activation sometimes despite no functional connection
What options are there for analysis of the brain?
Univariate vs. Bivariate vs. Multivariate = Process vs. Interaction vs. Pattern
What is (rest) functional connectivity?
Functional connectivity = statistical dependencies among spatially remote neurophysiologic events
interaction between X and y: y = Xβ+ e, where β is how much of y can be explained by X and e is how much cannot be explained
What does seed-voxel correlation do?
Seed-voxel correlation is a statistical analysis technique used to examine the correlation between a “seed” region of interest (ROI) and other voxels in the brain.
1. extract time series y from a seed region
2. conduct voxel-wise test for correlations
=> determine the degree of similarity or synchrony between the neural activity of the seed region and other brain regions => identify regions that are functionally connected or exhibit similar patterns of activity to the seed region
What are the pros and cons of functional connectivity
Pros:
- no a priori hypothesis needed (i.e., data driven)
- useful when we have no model of what caused the data
Cons:
- no mechanistic insight into the neural system of interest
- inappropriate for situations where we have a priori knowledge and experimental control about the system of interest
What is Psycho-Physiological interaction
Psycho-Physiological Interaction (PPI) is a statistical analysis technique used in neuroimaging to investigate how psychological or cognitive processes modulate the connectivity or interaction between brain regions.
How to compute general linear model (GLM) for 2x2 factorial design?
y = (Ta - Tb)β1 + (S1 - S2)β2+ (Ta - Tb)(S1 - S2)β3 + e
y = main effect of task + main effect of stimulus type + interaction + e
What two interpretations of PPI are possible?
There is modulation from one brain area to another by a certain process
There is modulation of the impact of a certain process on one brain area by another
What are the pros and cons of PPI?
Pros:
* given a single source region, we can test for its context-dependent connectivity across the entire brain
* complies with the KISS (Keep it simple, stupid) principle
Cons:
* very simplistic model: only allows to model contributions from a single area
* not easily used with event-related data
=> limited causal interpretability in neural terms => need for more powerful models
What is effective connectivity? What models of effective connectivity are there?
Effective connectivity = the influence that the elements of a neuronal system exert over another
Models of effective connectivity
* Granger causality: determines whether the past values of one time series help predict the future values of another time series
* Dynamic Causal Modelling (DCM): combines neural and hemodynamic models to study effective connectivity and investigate casual influences and interactions between brain regions
* Structural Equation Modelling (SEM): estimates the strength and directionality of connections between brain regions based on observed data
* Multivariate autoregressive models (MAR): capture the dependencies and causal relationships between mulyiple variables over time
What is Granger causality? What limitations does it have?
Given two timeseries y1 and y2, y1 is considered to be caused by y2 if its dynamics can be predicted better using past values from y1 and y2 as opposed to using past values of y1 alone.
It focuses more on statistical dependencies than on underlying physiological processes =>
- +causal interpretability
- -not in neural terms
What types of patterns are distinguished in the network analysis?
- Dense — really good information flow, but cost of wiring is very high =>not optimal
- Sparse — only the most important connections
- Fragmented — connected central parts, disconnected outskirts
- Connected — connected via the centre
- Ordered — very high clustering,
- Random — same connections, shorter paths, less clustering
How can we quantitatively assess these patterns?
Using Graph Theory and Complex Network Theory
What is an alternative representation of graphs and networks?
Matrices
What constitues a graph?
Nodes and edges (links between the nodes)