connectomes
data.tvbo_data.connectomes
Functions
| Name | Description |
|---|---|
| get_normative_connectome_data | Load normative connectivity matrices from BIDS dataset. |
get_normative_connectome_data
data.tvbo_data.connectomes.get_normative_connectome_data(atlas, desc)Load normative connectivity matrices from BIDS dataset.
Parameters
atlas : str Name of the brain parcellation atlas (e.g., “DesikanKilliany”, “Destrieux”) desc : str Description/type of the connectome data (e.g., “dTOR”, “dMRT”)
Returns
weights : tvbo_datamodel.Matrix Connection strength matrix lengths : tvbo_datamodel.Matrix Tract length matrix
Examples
weights, lengths = get_normative_connectome_data("DesikanKilliany", "dTOR")