analyze_channel
analyze_channel.RdRuns the full analysis pipeline for a single channel within a given interval, including period estimation, coherence metrics, AUC, network analysis, and summary statistics.
Arguments
- channel_name
A character string identifying the channel (e.g.
"Ch1").- channel_ctx
A named list of channel context data containing
grid_vals(matrix of cell fluorescence traces, cells × frames),grid_points_sf(sf object of grid points),scn_roi(sf object),grid_coord(data frame of grid coordinates),invert(logical), andch_label(character).- file_ctx
A named list of file context data as produced by
prepare_file().- params
A named list of analysis parameters as produced by
make_params().