Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.16 KB

load_group_fc.rst

File metadata and controls

33 lines (22 loc) · 1.16 KB

load_group_fc

Synopsis

Loads group level functional connectivity matrices (source code).

Usage

conn_matrices = load_group_fc(parcellation,scale,group)
  • parcellation: Name of the parcellation, either 'schaefer' for Schaefer (functional) parcellations or 'vosdewael' for a subparcellation of the Desikan-Killiany atlas. Both may be provided as a cell or string array.
  • scale: Scale of the parcellation. Either 100, 200, 300, or 400. Multiple may be provided as a vector.
  • group: Loads data from the main group if set to 'main' (default) or the holdout group if set to 'holdout'.
  • conn_matrices: Structure of all requested data.