-
Notifications
You must be signed in to change notification settings - Fork 998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify some points of confusion in the Allen Visual Behavior notebooks #683
Comments
@slinderman These points of confusion are totally understandable. The concept of a trial in the change detection task is somewhat complicated because the stimuli are continuously presented with no discrete signal to the animal that a trial has started. The way the task is coded in the behavior control software does designate a trial start start time, which occurs 2 seconds from the time of the animal's last lick. At the trial start time, a change time is selected from a geometric distribution ranging between 2-8 seconds after the trial start. If the animal licks prior to the change time, the trial restarts (using the same change time for up to 5 trials to prevent guessing from being a viable strategy). This task design is a bit unconventional but it affords the ability to look at some interesting things, like temporal expectation. To address your specific points:
@dougollerenshaw is on vacation today, but we will make sure to edit the notebook to clarify the terminology of "stimulus presentation" and "trial". We can also include another schematic for further clarification. Additional details about the task design can also be found in these two publications (we can also link to these in the notebook): Experience shapes activity dynamics and stimulus coding of VIP inhibitory cells |
Thanks for clarifying these points, @matchings! This all makes sense now, and this description would be a great addition to the notebook. This is now obvious, but you could also mention that the trace associated with each stimulus presentation will capture responses to preceding and following stimulus presentations as well, since the window is [-1.25, +1.5s] in size and the inter-stimulus intervals are only 500ms. |
@dougollerenshaw: Thanks for the Allen Institute notebooks! Some confusions arose during TA training, and I think some extra text explanations could help address them.
load_Allen_Visual_Behavior_from_pre_processed_file.ipynb
notebook seems to use "trial" and "stimulus_presentations_id" interchangeably. If these are the same concept, then perhaps "trial_id" would be more straightforward.The text was updated successfully, but these errors were encountered: