Skip to content

Commit

Permalink
Merge pull request #28 from pauladkisson/update_for_dandiset
Browse files Browse the repository at this point in the history
Updated Repo for Compatibility w/ DANDI
  • Loading branch information
CodyCBakerPhD authored Jun 19, 2023
2 parents e85baaa + 49a3197 commit 17a845d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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

0 comments on commit 17a845d

Please sign in to comment.