Skip to content
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

Updated Repo for Compatibility w/ DANDI #28

Merged
merged 10 commits into from
Jun 19, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def session_to_nwb(
"/Volumes/T7/CatalystNeuro/NWB/Datta/dopamine-reinforces-spontaneous-behavior/dlight_raw_data/session_metadata.yaml"
)
output_dir_path = Path("/Volumes/T7/CatalystNeuro/NWB/Datta/conversion_nwb/")
shutil.rmtree(output_dir_path)
if output_dir_path.exists():
shutil.rmtree(output_dir_path)
stub_test = False
example_session = "2891f649-4fbd-4119-a807-b8ef507edfab"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
NWBFile:
related_publications:
- https://doi.org/10.1038/s41586-022-05611-2
experiment_description: Abstract -- Spontaneous animal behaviour is built from action modules that are concatenated by the brain into sequences1,2. However, the neural mechanisms that guide the composition of naturalistic, self-motivated behaviour remain unknown. Here we show that dopamine systematically fluctuates in the dorsolateral striatum (DLS) as mice spontaneously express sub-second behavioural modules, despite the absence of task structure, sensory cues or exogenous reward. Photometric recordings and calibrated closed-loop optogenetic manipulations during open field behaviour demonstrate that DLS dopamine fluctuations increase sequence variation over seconds, reinforce the use of associated behavioural modules over minutes, and modulate the vigour with which modules are expressed, without directly influencing movement initiation or moment-to-moment kinematics. Although the reinforcing effects of optogenetic DLS dopamine manipulations vary across behavioural modules and individual mice, these differences are well predicted by observed variation in the relationships between endogenous dopamine and module use. Consistent with the possibility that DLS dopamine fluctuations act as a teaching signal, mice build sequences during exploration as if to maximize dopamine. Together, these findings suggest a model in which the same circuits and computations that govern action choices in structured tasks have a key role in sculpting the content of unconstrained, high-dimensional, spontaneous behaviour.
keywords:
- Basal Ganglia
- Neural circuits
- Reward
institution: Harvard Medical School
lab: Datta
experimenter:
Expand All @@ -23,6 +28,8 @@ NWBFile:
- Datta, Sandeep Robert
Subject:
species: Mus musculus
age: P6W/P15W
description: This study utilized wild-type DAT-IRES-Cre (The Jackson Laboratory 006660) and Ai32 (The Jackson Laboratory 012569) mice, both male and female, between 6-15 weeks of age.
Behavior:
Position:
reference_frame: TBD
Expand Down