List of fMRI manipulation utilities.

fmralign.embeddings: Embedding Utilities

Functions

connectivity.get_connectivity_features(data, ...)

Compute connectivity features for a single subject.

parcellation.get_adjacency_from_labels(labels)

Creates a sparse matrix where element (i,j) is 1 if labels[i] == labels[j], 0 otherwise.

parcellation.get_labels(imgs, masker[, ...])

Generate an array of labels for each voxel in the data.

whole_brain.get_adjacency_from_mask(...)

Creates a sparse adjacency matrix from a mask image where each voxel is connected to its neighbors within a specified radius.