RMAP#
- class analysis.RMAP.ConnectivityChannelSelector(whole_brain_connectome: bool = True, func_connectivity: bool = True)[source]#
- get_available_connectomes() list [source]#
Return list of saved connectomes in the package folder/ConnectivityDecoding/connectome_folder/ folder.
- Returns:
list_connectomes
- Return type:
- get_closest_node(coord: list | ndarray) tuple[list, list] [source]#
Given a list or np.array of coordinates, return the closest nodes in the grid and their indices.
- get_rmap_correlations(fps: list | ndarray, RMAP_use: ndarray | None = None) list [source]#
Calculate correlations of passed fingerprints with the RMAP
- Parameters:
fps (Union[list, np.array]) – List of fingerprints
RMAP_use (np.ndarray, optional) – Passed RMAP, by default None
- Returns:
correlation values
- Return type:
List