RasterMap
RasterMap is an unsupervised discovery algorithm for neural data, developed by Carsen Stringer and Marius Pachitariu. It is particularly useful for identifying spatial or temporal patterns in large-scale neural recordings.
Refer to API:
neuralib.rastermap
This module provides the following functions:
run: Perform RasterMap embedding on neural or imaging data.plot: Visualize RasterMap outputs, optionally alongside behavioral measurements.read: Load previously saved RasterMap results.
Supported Input Data
Cellular datasets (e.g., electrophysiology spikes or calcium imaging):
Array[float, [N, T]]N: Number of neuronsT: Number of timepoints or samples
Widefield imaging datasets:
Array[Any, [T, H, W]]T: Number of timepointsH: Image height (pixels)W: Image width (pixels)