Module connectome.preprocessing.network_aggregation

aggregates connectivity matrices on the basis of the yeo7 network

Functions

def grouped_conn_mat(conn_matrices: list, network: str = 'yeo7', statistic: str = 'mean')

Transforms connectivity matrix into grouped connectivity matrix depending on chosen summary statistic

Args

conn_matrices
list of connectvity Matrices
network
Yeo7 or Yeo17 network
statistic
Summary statistic to be applied (mean, min or max)

Returns

List of grouped connectvity Matrices