-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from catalystneuro/ephys
Ephys
- Loading branch information
Showing
6 changed files
with
113 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
from .schneider_2024behaviorinterface import Schneider2024BehaviorInterface | ||
from .schneider_2024nwbconverter import Schneider2024NWBConverter | ||
from .schneider_2024_behaviorinterface import Schneider2024BehaviorInterface | ||
from .schneider_2024_nwbconverter import Schneider2024NWBConverter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 51 additions & 9 deletions
60
src/schneider_lab_to_nwb/schneider_2024/schneider_2024_metadata.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,56 @@ | ||
NWBFile: | ||
related_publications: | ||
https://doi.org/### or link to APA or MLA citation of the publication | ||
session_description: | ||
A rich text description of the experiment. Can also just be the abstract of the publication. | ||
keywords: | ||
- auditory cortex | ||
- predictive coding | ||
- optogenetics | ||
experiment_description: | ||
Identifying mistakes is important for improving performance during acoustic behaviors like speech and musicianship. Although hearing is instrumental for monitoring and adapting these behaviors, the neural circuits that integrate motor, acoustic, and goal-related signals to detect errors and guide ongoing sensorimotor adaptation in mammals remain unidentified. Here, we develop a novel closed-loop, sound-guided behavior that requires mice to use real-time acoustic feedback to guide skilled ongoing forelimb movements. Large scale electrophysiology recordings reveal that the mouse auditory cortex integrates information about sound and movement, as well as encodes error- and learning-related signals during this sound-generating behavior. Distinct groups of auditory cortex neurons signal different error types, and the activity of these neurons predicts both within-trial and across-trial behavioral adaptations. Brief, behavior-triggered optogenetic suppression of auditory cortex during error signaling hinders behavioral corrections on both rapid and long time scales, indicating that cortical error signals are necessary for skilled acoustic behaviors. Together, these experiments identify a cortical role for detecting errors and learning from mistakes and suggest that the auditory cortex plays a critical role in skilled, sound-generating behavior in mammals. | ||
institution: Institution where the lab is located | ||
lab: Schneider | ||
experimenter: | ||
- Last, First Middle | ||
- Last, First Middle | ||
- Zempolich, Grant W. | ||
- Schneider, David M. | ||
Subject: | ||
species: Rattus norvegicus | ||
age: TBD # in ISO 8601, such as "P1W2D" | ||
sex: TBD # One of M, F, U, or O | ||
species: Mus musculus | ||
age: P12W/ # in ISO 8601, such as "P1W2D" | ||
sex: U # One of M, F, U, or O | ||
description: 12-week-old C57BL/6 or VGATChR2-EYFP mice (see Aims approaches below for details) will be used for all behavioral, electrophysiology, and optogenetic experiments. In the VGAT-ChR2-EYFP mouse line, channelrhodopsin (ChR2) is coupled to the vesicular GABA transporter, inducing expression in GABAergic inhibitory neurons ubiquitously across cortex and allowing for real time optogenetic inhibition of brain regions of interest. | ||
strain: C57BL/6 | ||
|
||
Ecephys: | ||
Device: | ||
- name: MasmanidisSiliconMicroprobe128AxN | ||
description: Masmanidis Lab dense 128-channel recording probes (https://masmanidislab.neurobio.ucla.edu/technology.html). | ||
manufacturer: Masmanidis Lab | ||
ElectrodeGroup: | ||
- name: ElectrodeGroup | ||
description: ElectrodeGroup for all channels in the recording probe. | ||
location: Auditory Cortex | ||
device: MasmanidisSiliconMicroprobe128AxN | ||
ElectricalSeries: | ||
- name: ElectricalSeries | ||
description: Recording of AC neural responses in mice performing this behavioral task will utilize dense 128-channel recording probes (Masmanidis Lab). These recording probes span a depth ~1mm, allowing for sampling of all layers of cortex. Electrophysiology data will be recorded using OpenEphys Acquisition Board v2.4 and associated OpenEphys GUI software. | ||
# UnitProperties: | ||
# - name: n_spikes | ||
# description: Number of spikes recorded from each unit. | ||
# - name: fr | ||
# description: Average firing rate of each unit. | ||
# - name: depth | ||
# description: Estimated depth of each unit in micrometers. | ||
# - name: Amplitude | ||
# description: Per-template amplitudes, computed as the L2 norm of the template. | ||
# - name: ContamPct | ||
# description: Contamination rate for each template, computed as fraction of refractory period violations relative to expectation based on a Poisson process. | ||
# - name: KSLabel | ||
# description: Label indicating whether each template is 'mua' (multi-unit activity) or 'good' (refractory). | ||
# - name: original_cluster_id | ||
# description: Original cluster ID assigned by Kilosort. | ||
# - name: amp | ||
# description: For every template, the maximum amplitude of the template waveforms across all channels. | ||
# - name: ch | ||
# description: The channel label of the best channel, as defined by the user. | ||
# - name: sh | ||
# description: The shank label of the best channel. | ||
|
||
Sorting: | ||
units_description: Neural spikes will be sorted offline using Kilosort 2.5 and Phy2 software and manually curated to ensure precise spike time acquisition. |
8 changes: 8 additions & 0 deletions
8
src/schneider_lab_to_nwb/schneider_2024/schneider_2024_notes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
# Notes concerning the schneider_2024 conversion | ||
|
||
## Data Requests | ||
- Mice sexes | ||
- Remaining data for Grant's project | ||
- More detailed position info for recording probe | ||
- Subfield of auditory cortex: A1? A2? AAF? etc. | ||
- stereotactic coordinates of the whole probe | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters