Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.85 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.85 KB

Connectivity Analysis Example Scripts

Overview

This is a set of example scripts that use the exp-info library to analyze connectivity and information transfer between channels in neural recordings.

These are not well-polished tutorial scripts. These are derived from Chris's testing and pilot analysis code. They should still be useful as a starting point for new analysis scripts.

Libraries

The scripts need libraries from the following ACC Lab GitHub repositories:

The following external libraries are also needed:

Folders

  • datasets -- Abbreviated datasets read by the example scripts.
  • example-1-synth -- Analysis script examining a synthetic dataset with known communication patterns (generated using the SynthRobinson repository). This looks for "routing states" (pairs of channels with directional information flow).
  • libraries -- Symbolic links to the various libraries used by the scripts. These will only work on my system; modify them or add library paths to Matlab manually to run the scripts on your own system.

(This is the end of the file.)