inexact-graph-matching-brain-networks

Compute inexact graph edit distance between brain networks and output node correspondence mappings.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/hiyenwong/ai_collection --skill inexact-graph-matching-brain-networks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inexact-graph-matching-brain-networks
Source: https://github.com/hiyenwong/ai_collection/tree/main/collection/skills/inexact-graph-matching-brain-networks
Command: npx skills add https://github.com/hiyenwong/ai_collection --skill inexact-graph-matching-brain-networks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Brain network comparisons often suffer from uncertain node correspondences due to individual variability. This skill provides an inexact graph matching approach to quantify similarities between brain networks.

Core Features & Use Cases

  • Graph Edit Distance: Compute the minimum-cost edits between two brain graphs to quantify dissimilarity.
  • Node Correspondence Mapping: Output the likely node mapping between brain regions to interpret differences.
  • Use Case: Compare monozygotic vs dizygotic twin brain networks to study heritability, or track developmental changes over time.

Quick Start

Provide two brain graphs to compute their graph edit distance and node mappings.

Frequently Asked Questions about inexact-graph-matching-brain-networks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare brain networks when node correspondences are uncertain across individuals?

You can compare brain networks by computing an inexact graph edit distance, which quantifies the minimum-cost edits needed between two graphs. This approach handles uncertain node correspondences by outputting both a distance score and a node mapping.

What is graph edit distance used for in functional connectivity analysis?

Graph edit distance measures the minimum-cost edits required to transform one brain network graph into another, quantifying dissimilarity. In functional connectivity analysis, it helps assess variation, heritability, or disease-related changes across individuals.

Can I use inexact graph matching for twin study brain networks to assess heritability?

Yes, you can apply inexact graph matching to pairwise comparisons of monozygotic versus dizygotic twin brain networks to study heritability. It calculates graph edit distances to quantify structural similarities and variations.

What format do brain networks need to be in for graph edit distance computation?

Brain networks must be provided as graphs where nodes represent brain regions and edges have weights indicating functional connectivity. These weighted graphs are required to compute the graph edit distance and generate node mappings.

Does inexact graph matching work with longitudinal datasets to track developmental changes?

Yes, inexact graph matching works with longitudinal datasets to track developmental changes over time. By computing graph edit distances between sequential brain networks, it quantifies variation and outputs node correspondence mappings.

How does node correspondence mapping help interpret brain network differences?

Node correspondence mapping identifies the likely matching of brain regions between two graphs, helping interpret structural differences. It is output alongside the graph edit distance score to explain how individual brain regions vary.