Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network Analysis of high and low activity EEG electrodes #9

Open
ashenfernando1 opened this issue Feb 23, 2023 · 0 comments
Open

Network Analysis of high and low activity EEG electrodes #9

ashenfernando1 opened this issue Feb 23, 2023 · 0 comments

Comments

@ashenfernando1
Copy link
Collaborator

Hey guys,

The book I've been going over is titled in 'Complex Networks Analysis in Python' in O'Reilly

https://learning.oreilly.com/library/view/complex-network-analysis/9781680505399/

Very light read and I'm reading through it myself, but we're particularly interested in the analysis of high and low activity EEG electrodes using networkx.

As a crude, zero order implementation, the network to analyze can be produced by printing out the 'he_alpha_edges' and 'le_alpha_edges' from dashboard_f22.py, which would provide the 'source', and 'target' electrode and 'weight' between each connection, which is simply a count of how many times those electrodes featured in the three highest or lowest activity for each epoch.

"Explore the network" section under 1. (The art of seeing networks) -> Part 1 (Elementary networks and tools) -> 4. Intrdoucing Gephi has a table of metrics that may be useful to us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant