Skip to content

Perform event detection as in Betzel et al (2021): Individualized event structure drives individual differences in whole-brain functional connectivity

Notifications You must be signed in to change notification settings

rbetzel/event_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

event_detection

Perform event detection as in Betzel et al (2021): Individualized event structure drives individual differences in whole-brain functional connectivity

what is here

  • Example parcellated resting fMRI BOLD time series from here.
  • System labels for each brain region.
  • Analysis script.

what does the script do?

  1. Reads in the parcel time series data, generates edge time series, and calculates the root sum squared (RSS) amplitude at each frame.
  2. Uses a circular-shift null model to generate null time series and repeats the procedure from Step 1, resulting in a null distribution of RSS values.
  3. Identifies statistically significant frames (observed RSS > than that of null) and partitions time series into segments of temporally contiguous supra-threshold frames.
  4. Identifies peak RSS within each segment and extracts pattern of activity (parcel time series) and edge time series (co-fluctuation) at that instant.
  5. Makes a couple figures.

If you use this code, please cite: R Betzel, S Cutts, S Greenwell, O Sporns (2021). Individualized event structure drives individual differences in whole-brain functional connectivity. bioRxiv link to paper

About

Perform event detection as in Betzel et al (2021): Individualized event structure drives individual differences in whole-brain functional connectivity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages