-
Notifications
You must be signed in to change notification settings - Fork 0
Measuring functional and effective connectivity
Functional connectivity can be measured either during rest or during a task. During rest, things are fairly straightforward - provided that we have adequately controlled for physiological noise, head motion etc (see “fMRI fundamentals” note), we can measure it using e.g., a correlation of fMRI signals.
During task its a little more complex. Typically we want to isolate the aspect of functional connectivity that is task-dependent. This can be done in different ways. This note outlines some of the issue in measuring functional connectivity under different circumstances.
Most of fMRI focuses on correlations in BOLD signals and stops there. If we really want to understand neuronal communication, we need to understand what is happening at the physiological level. This is best accessed with (invasive and non-invasive) electrophysiological recording techniques that have the spatial resolution required to measure neural activity at appropriate time scales (i.e., fMRI is too slow). These articles provide some overviews of current models of how neurons synchronise their activity. That is, they explain what we should be actually thinking about when considering communication in brain networks.
- Wolf Singer 2013 - Cortical dynamics revisited
- Wolf Singer 1999 - Neuronal Synchrony: A Versatile Code for the Definition of Relations?
- Pascal Fries 2005 - A mechanism for cognitive dynamics: neuronal communication through neuronal coherence
- Pascal Fries 2005 - Rhythms for Cognition: Communication through Coherence
- Engel et al. 2013 - Intrinsic Coupling Modes: Multiscale Interactions in Ongoing Brain Activity
- Siegel et al. 2012 - Spectral fingerprints of large-scale neuronal interactions
- Gyorgy Buzsaki 2006 - Rhythms of the Brain
- Buzsaki and Draguhn 2004 - Neuronal Oscillations in Cortical Networks
- Buzsaki et al. 2013 - Scaling Brain Size, Keeping Timing: Evolutionary Preservation of Brain Rhythms
- Karl Friston 1994 - Functional and Effective Connectivity in Neuroimaging: A Synthesis
- Karl Friston 2011 - Functional and Effective Connectivity: A Review
- Stephen Smith 2012 - The future of FMRI connectivity
-
Smith et al. 2010 - Network modelling methods for FMRI
- Note: one limitation of the model architecture used in this article is that it is not small-world (contrary to the statements in the paper) - it lacks closed triangles and is thus not clustered.
- Bastos and Schoffelen 2016 - A Tutorial Review of Functional Connectivity Analysis Methods and Their Interpretational Pitfalls
- Basti et al. 2020 - Multi-dimensional connectivity: a conceptual and mathematical review
- Friston et al. 1997 - Psychophysiological and Modulatory Interactions in Neuroimaging
- Gitelman et al. 2003 - Modeling regional and psychophysiologic interactions in fMRI: the importance of hemodynamic deconvolution
- Notes and resources from FSL team (zip download)
- McLaren et al. 2012 - A generalized form of context-dependent psychophysiological interactions (gPPI): A comparison to standard approaches
- Mumford Brain Stats video tutorial
- Cisler et al. 2014 - A comparison of statistical methods for detecting context-modulated functional connectivity connectivity in fMRI
- Fornito et al. 2012 - Competitive and cooperative dynamics of large-scale brain functional networks supporting recollection
- Rissman et al. 2004 - Measuring functional connectivity during distinct stages of a cognitive task
- Fornito et al. 2011 - General and Specific Functional Connectivity Disturbances in First-Episode Schizophrenia During Cognitive Control Performance
Functional connectivity is a statistical dependence between recorded brain signals (e.g., BOLD). Effective connectivity is the influence that one neuronal system exerts over another. Influence is highlighted because we are talking about causal interaction. Neuronal is highlighted because we are no longer concerned with the measured signals - we aim to infer the causal structure of interactions at the neuronal level. To do this, we need some mapping from neural activity to the measure signal; e.g., from neuronal dynamics to BOLD.
Dynamic causal modelling (DCM) is the best-developed framework for measuring effective connectivity. Below are some key articles. This is not an exhaustive list as DCM is currently not widely used in the lab (this will likely change in future), but this is a start anyway.
- Karl Friston 2009 - Causal Modelling and Brain Connectivity in Functional Magnetic Resonance Imaging
- Friston et al. 2012 - Analysing connectivity with Granger causality and dynamic causal modelling
- Friston et al. 2003 - Dynamic causal modelling
- Stephan et al. 2010 - Ten simple rules for dynamic causal modeling
- Li et al. 2011 - Generalised filtering and stochastic DCM for fMRI
- Seghier and Friston 2013 - Network discovery with large DCMs
- Friston et al. 2011 - Network discovery with DCM
- Zeidman et al. 2019 - A guide to group effective connectivity analysis, part 1: First level analysis with DCM for fMRI
- 0.0 Home
- 0.1 Neuroscience fundamentals
- 0.2 Reproducible Science
- 0.3 MRI Physics, BIDS, DICOM, and data formats
- 0.4 Introduction to Diffusion MRI
- 0.5 Introduction to Functional MRI
- 0.6 Measuring functional and effective connectivity
- 0.7 Connectomics, graph theory, and complexity
- 0.8 Statistical and Mathematical Tidbits
- 0.9 Introduction to Psychopathology
- 0.10 Introduction to Genetics and Bioinformatics
- 0.11 Introduction to Programming
- 1.0 Working on the Cluster
- 2.0 Programming Languages
- 2.1 Python
- 2.2 MATLAB
- 2.3 R and RStudio
- 2.4 Programming Intro Exercises
- 2.5 git and GitHub
- 2.6 SLURM and Job Submission
- 3.0 Neuroimaging Tools and Packages
- 3.1 BIDS
- 3.2 FreeSurfer
- 3.2.1 Qdec
- 3.3 FSL
- 3.3.1 ICA-FIX
- 3.4 Connectome Workbench/wb_command
- 3.5 fMRIPrep
- 3.6 QSIPrep
- 3.7 HCP Pipeline
- 3.8 tedana
- 4.0 Quality control
- 4.1 MRIQC
- 4.2 Common Artefacts
- 4.3 T1w
- 4.4 rs-fMRI
- 5.0 Specialist Tools
- 6.0 Putting it all together
- 7.0 Data management