You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
essentially, this function takes a stimulus_response_df, groups by a provided set of conditions (can be any categorical column in stimulus_response_df) and takes the average across trials for that set of conditions, in addition to computing other metrics such as fraction significant trials etc.
The text was updated successfully, but these errors were encountered:
equivalent to what is done in VBA here: https://github.com/AllenInstitute/visual_behavior_analysis/blob/master/visual_behavior/ophys/response_analysis/utilities.py#L395
essentially, this function takes a
stimulus_response_df
, groups by a provided set of conditions (can be any categorical column instimulus_response_df
) and takes the average across trials for that set of conditions, in addition to computing other metrics such as fraction significant trials etc.The text was updated successfully, but these errors were encountered: