-
Notifications
You must be signed in to change notification settings - Fork 0
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 #24 from catalystneuro/Neuropixels/extend-metadata
[Neuropixels] Extend metadata
- Loading branch information
Showing
7 changed files
with
233 additions
and
81 deletions.
There are no files selected for viewing
64 changes: 1 addition & 63 deletions
64
src/constantinople_lab_to_nwb/mah_2024/mah_2024_convert_session.py
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
18 changes: 18 additions & 0 deletions
18
...ple_lab_to_nwb/schierek_embargo_2024/metadata/schierek_embargo_2024_ecephys_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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Ecephys: | ||
Device: | ||
- name: DeviceEcephys | ||
description: OpenEphys recording | ||
ElectrodeGroup: | ||
- name: ElectrodeGroup | ||
description: The electrode group on the Neuropixels probe. | ||
location: LO | ||
device: DeviceEcephys | ||
electrical_series: | ||
name: electrical_series | ||
description: The raw acquisition traces from Neuropixels probe (384 channels, 30 kHz sampling rate) using Neuropix-PXI hardware and OpenEphys. | ||
lfp_electrical_series: | ||
name: lfp_electrical_series | ||
description: The processed traces from the Neuropixels probe (384 channels, 1 kHz sampling rate) using Neuropix-PXI hardware and OpenEphys. | ||
UnitProperties: | ||
- name: channel_depth_um | ||
description: The distance of the channel from the tip of the neuropixels probe in micrometers. |
38 changes: 38 additions & 0 deletions
38
...ple_lab_to_nwb/schierek_embargo_2024/metadata/schierek_embargo_2024_general_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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
NWBFile: | ||
# related_publications: | ||
# https://doi.org/### or link to APA or MLA citation of the publication | ||
experiment_description: | | ||
This dataset contains in vivo extracellular electrophysiology recordings from rats performing a value-based | ||
decision-making task. Neural data were acquired using Neuropixels probes (384 channels, 30 kHz sampling rate) with | ||
Neuropix-PXI hardware and OpenEphys, and preprocessed using Kilosort 2.5 with manual curation in Phy. | ||
Trials were initiated by a nose-poke in a lit center port and required maintaining a center fixation for 0.8 to 1.2 | ||
seconds, during which a tone indicated the possible reward size. A subsequent side LED indicated the potential | ||
reward location, followed by a delay period drawn from an exponential distribution (mean = 2.5 s). Rats could opt | ||
out at any time by poking the unlit port, restarting the trial. Catch trials, where the delay period only ended if | ||
the rat opted out, constituted 15-25% of the trials. Rats received penalties for premature fixation breaks. | ||
Additionally, the tasks introduced semi-observable hidden states by varying reward statistics across uncued blocks | ||
(high, low, and mixed), structured hierarchically, with blocks transitioning after 40 successfully completed trials. | ||
session_description: | | ||
This session contains extracellular electrophysiology acquired from 384 channels at 30 kHz using Neuropix-PXI hardware and OpenEphys. | ||
The neural data were preprocessed using Kilosort 2.5. After preprocessing, clusters that were identified from Kilosort as single-units | ||
were manually inspected using Phy. The behavioral tasks were conducted in a high-throughput facility where rats | ||
were trained in increasingly complex protocols. Trials were initiated by a nose-poke in a lit center port and | ||
required maintaining a center fixation for 0.8 to 1.2 seconds, during which a tone indicated the possible reward | ||
size. A subsequent side LED indicated the potential reward location, followed by a delay period drawn from an | ||
exponential distribution (mean = 2.5 s). Rats could opt out at any time by poking the unlit port, restarting the | ||
trial. Catch trials, where the delay period only ended if the rat opted out, constituted 15-25% of the trials. | ||
Rats received penalties for premature fixation breaks. Additionally, the tasks introduced semi-observable hidden | ||
states by varying reward statistics across uncued blocks (high, low, and mixed), structured hierarchically, with | ||
blocks transitioning after 40 successfully completed trials. | ||
institution: NYU Center for Neural Science | ||
lab: Constantinople | ||
keywords: | ||
- decision making | ||
- reinforcement learning | ||
- hidden state inference | ||
- extracellular electrophysiology | ||
- single-unit activity | ||
experimenter: | ||
- Schiereck, Shannon | ||
Subject: | ||
species: Rattus norvegicus |
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
13 changes: 0 additions & 13 deletions
13
src/constantinople_lab_to_nwb/schierek_embargo_2024/schierek_embargo_2024_metadata.yaml
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
from .get_subject_metadata import get_subject_metadata_from_rat_info_folder |
Oops, something went wrong.