---\nname: exploring-brain-networks-noninvasive-electrophysiological-measurements\ndescription: \"Methodology for exploring brain networks using noninvasive electrophysiological measurements (EEG/MEG) based on arXiv:2607.17602\"\n---\n\n## Context\n\nThis skill provides a comprehensive framework for EEG/MEG-based brain network analysis, covering the methodological foundations and practical workflows for investigating functional and effective interactions within large-scale brain networks usin...
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill exploring-brain-networks-noninvasive-electrophysiological-measurements --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Exploring Brain Networks Noninvasive Electrophysiological Measurements?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-exploring-brain-networks-noninvasive-electrophysio)More formats (shields.io, HTML) on the badges page.
---\nname: exploring-brain-networks-noninvasive-electrophysiological-measurements\ndescription: \"Methodology for exploring brain networks using noninvasive electrophysiological measurements (EEG/MEG) based on arXiv:2607.17602\"\n---\n\n## Context\n\nThis skill provides a comprehensive framework for EEG/MEG-based brain network analysis, covering the methodological foundations and practical workflows for investigating functional and effective interactions within large-scale brain networks using noninvasive electrophysiological measurements.\n\nBased on: \"Exploring Brain Networks Using Noninvasive Electrophysiological Measurements: Methods and Applications\" (arXiv:2607.17602) by Richard Leahy and Takfarinas Medani.\n\n## Core Methodology\n\n### 1. Physical Principles and Measurement Foundations\n\n**EEG/MEG Complementarity:**\n- EEG measures electrical potentials on scalp, sensitive to radial and tangential currents\n- MEG measures magnetic fields, primarily sensitive to tangential currents\n- Combined use provides complementary spatial and temporal information\n- EEG: higher temporal resolution, lower spatial resolution\n- MEG: better spatial localization for tangential sources\n\n**Forward and Inverse Problems:**\n- Forward problem: predicting scalp potentials/fields from neural sources\n- Inverse problem: estimating neural sources from scalp measurements (ill-posed)\n- Requires regularization and anatomical constraints for meaningful solutions\n\n### 2. Head Modeling and Source Reconstruction\n\n**Subject-Specific Head Modeling:**\n- Construct realistic head models from individual MRI/CT scans\n- Account for tissue conductivity variations (scalp, skull, CSF, gray/white matter)\n- Use boundary element or finite element methods for accurate field computation\n\n**Source Reconstruction Techniques:**\n- Minimum Norm Estimates (MNE): distributed source models with depth weighting\n- Beamformers (LCMV): spatial filtering approach for source power estimation\n- Multiple Sparse Priors (MSP): sparse source distributions with hierarchical priors\n- MUSIC and RapMUSIC: subspace methods for discrete source localization\n\n**Anatomical Constraints:**\n- Incorporate cortical surface constraints from MRI\n- Apply orientation constraints (normal to cortical surface)\n- Use anatomical priors to constrain solution space\n\n### 3. Signal Preprocessing and Artifact Removal\n\n**Volume Conduction Mitigation:**\n- Apply surface Laplacian or current source density (CSD) transformations\n- Use source localization to minimize volume conduction effects\n- Apply orthogonalization techniques (e.g., symmetric orthogonalization)\n\n**Artifact Rejection:**\n- Identify and remove ocular, cardiac, and muscle artifacts\n- Use ICA or PCA-based artifact removal methods\n- Implement automated artifact detection algorithms\n\n### 4. Functional and Effective Connectivity Analysis\n\n**Functional Connectivity Measures (Zero-Lag/Non-Directional):**\n- **Coherence**: Frequency-domain correlation between signals\n- **Phase Synchronization**: Phase-locking value (PLV) or phase locking index (PLI)\n- **Amplitude Envelope Correlation**: Correlation of signal envelopes in specific bands\n- **Phase Lag Index (PLI)**: Asymmetry measure insensitive to zero-lag artifacts\n\n**Effective Connectivity Measures (Directional/Causal):**\n- **Granger Causality**: Predictive influence of one signal on another\n- **Dynamic Causal Modeling (DCM)**: Biophysically informed model of neural interactions\n- **Transfer Entropy**: Information-theoretic measure of directed information transfer\n- **Partial Directed Coherence (PDC)**: Frequency-domain Granger causality measure\n\n### 5. Modern Analysis Pipelines and Software Tools\n\n**End-to-End Analysis Workflow:**\n1. Data acquisition and preprocessing (filtering, artifact removal)\n2. Head model construction and coregistration\n3. Source reconstruction and time series extraction\n4. Connectivity matrix computation using selected measures\n5. Network construction and graph theoretical analysis\n6. Statistical validation and correction for multiple comparisons\n\n**Recommended Software:**\n- Brainstorm: Comprehensive open-source platform for MEG/EEG analysis\n- EEGLAB/MATLAB: Popular toolbox for EEG processing and analysis\n- FieldTrip: MATLAB toolbox for MEG/EEG and invasive electrophysiology\n- MNE-Python: Python package for MEG/EEG data analysis\n\n### 6. Emerging Approaches and Advanced Analyses\n\n**Time-Varying Connectivity:**\n- Sliding window analysis with adaptive window lengths\n- Time-resolved functional connectivity using state-space models\n- Adaptive filtering approaches for non-stationary signals\n\n**Cross-Frequency Interactions:**\n- Phase-amplitude coupling (PAC) analysis\n- Cross-frequency coherence and Granger causality\n- Hierarchical coupling networks across frequency bands\n\n**Network-Based Analyses:**\n- Graph theoretical analysis of brain networks (small-world, scale-free properties)\n- Community detection and modularity analysis\n- Rich-club organization and backbone network identification\n- Multiplex and multilayer network approaches\n\n## Implementation Steps\n\n### Step 1: Data Acquisition and Preprocessing\n1. Acquire EEG/MEG data with appropriate sampling rate (≥500 Hz recommended)\n2. Apply bandpass filtering (typically 0.1-100 Hz for EEG, 1-100 Hz for MEG)\n3. Remove bad channels and segments using automated or visual inspection\n4. Apply artifact removal (ICA for ocular/muscular artifacts)\n5. Reference to average reference or reference electrode standard technique (REST)\n\n### Step 2: Head Modeling and Coregistration\n1. Acquire structural MRI for individual head model construction\n2. Segment tissues (scalp, skull, CSF, gray matter, white matter)\n3. Create volume conductor model (BEM/FEM) with appropriate conductivities\n4. Coregister sensor positions to head coordinate system using fiducials\n5. Optionally create cortical surface mesh for source space constraints\n\n### Step 3: Source Reconstruction\n1. Choose appropriate inverse method based on research question:\n - Distributed sources: MNE, LORETA, sLORETA\n - Focal sources: Beamformers, MUSIC variants\n - Sparse sources: MSP, FOCUSS\n2. Apply depth weighting or normalization to reduce superficial bias\n3. Compute source time series at vertices of cortical surface or volume grid\n4. Extract regional time series using anatomical parcellation (e.g., AAL, Desikan)\n\n### Step 4: Connectivity Analysis\n1. Preprocess source time series (detrend, normalize, filter bands of interest)\n2. Select appropriate connectivity measures:\n - For undirected networks: coherence, PLV, amplitude envelope correlation\n - For directed networks: Granger causality, PDC, transfer entropy\n3. Compute connectivity matrix for each frequency band or time window\n4. Apply statistical thresholds (e.g., surrogate data testing, FDR correction)\n5. Validate findings with alternative methods or split-half reliability\n\n### Step 5: Network Construction and Analysis\n1. Threshold connectivity matrix to create binary or weighted network\n2. Calculate graph theoretical metrics:\n - Node degree, strength, centrality measures\n - Clustering coefficient, characteristic path length\n - Small-worldness, modularity, participation coefficient\n - Rich-club coefficient, rich-club connectivity\n3. Compare network properties across conditions, groups, or frequencies\n4. Apply network-based statistics (NBS) for component-wise inference\n\n### Step 6: Validation and Interpretation\n1. Validate findings with complementary modalities (fMRI, intracranial EEG)\n2. Test robustness to parameter choices (frequency bands, time windows)\n3. Relate network alterations to behavioral or clinical measures\n4. Consider biophysical plausibility of observed connectivity patterns\n5. Report effect sizes and confidence intervals alongside p-values\n\n## Pitfalls and Limitations\n\n**Volume Conduction and Signal Leakage:**\n- Zero-lag correlations can be inflated by volume conduction effects\n- Use imaginary part of coherency or phase lag index to mitigate\n- Validate with simulations and phantom studies\n\n**Inverse Problem Limitations:**\n- Source localization accuracy limited by SNR and head model accuracy\n- Deep sources more difficult to detect than superficial sources\n- Spatial resolution typically 5-10mm for MEG, 1-2cm for EEG\n- Avoid over-interpretation of focal sources from distributed models\n\n**Multiple Comparisons Problem:**\n- Massive multiple comparisons problem in sensor/source space and time-frequency\n- Use appropriate correction methods (Bonferroni, FDR, cluster-based)\n- Consider false discovery rate control for exploratory analyses\n\n**Interpretational Challenges:**\n- Correlation does not imply causation in functional connectivity\n- Effective connectivity models depend on model assumptions\n- Frequency band selection can dramatically affect results\n- Volume conduction effects can create spurious long-range connections\n\n**Practical Considerations:**\n- Individual head modeling improves accuracy but increases computational load\n- Template head models introduce localization errors (~5-10mm)\n- Requires expertise in both neurophysiology and signal processing\n- Computational demands can be high for source reconstruction and connectivity\n\n## Verification\n\nTo validate implementation of this skill:\n\n1. **Simulation Validation:**\n - Simulate known neural sources with forward model\n - Add realistic noise and test source recovery accuracy\n - Verify connectivity measures recover known connections\n\n2. **Phantom Data Validation:**\n - Use physical or simulated phantoms with known source configurations\n - Test localization accuracy and spatial resolution\n - Validate connectivity estimates against ground truth\n\n3. **Test-Retest Reliability:**\n - Acquire repeated measurements under identical conditions\n - Compute intra-class correlation coefficients (ICC) for connectivity measures\n - Assess stability of network metrics across sessions\n\n4. **Convergent Validity:**\n - Compare EEG/MEG findings with simultaneous fMRI recordings\n - Validate against invasive electrophysiology where available\n - Check consistency with established anatomical tractography\n\n5. **Sensitivity Analysis:**\n - Vary preprocessing parameters (filtering, artifact rejection)\n - Test different source modeling approaches\n - Evaluate impact of head model accuracy on results\n\n## Activation Keywords\n\n- EEG MEG brain network analysis\n- Noninvasive electrophysiological measurements\n- Functional effective connectivity\n- Source reconstruction inverse problem\n- Head modeling source localization\n- Coherence phase synchronization Granger causality\n- Dynamic causal modeling transfer entropy\n- Brainstorm EEGLAB FieldTrip MNE-Python\n- Time-varying connectivity cross-frequency interactions\n- Graph theoretical analysis small-world networks\n- Volume conduction signal leakage mitigation\n\n## References\n\n1. Leahy, R., & Medani, T. (2026). Exploring Brain Networks Using Noninvasive Electrophysiological Measurements: Methods and Applications. arXiv:2607.17602.\n2. Gross et al. (2013). Good practice for conducting and reporting MEG research. NeuroImage, 65, 349-363.\n3. Nolte et al. (2004). Identifying true brain interaction from EEG data using the imaginary part of coherency. Clinical Neurophysiology, 115(10), 2292-2299.\n4. Friston et al. (2003). Dynamic causal modelling. NeuroImage, 19(4), 1273-1289.\n5. Rubinov & Sporns (2010). Complex network measures of brain connectivity: Uses and interpretations. NeuroImage, 52(3), 1059-1069.\n\nIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!