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

IntracellularRecordingsTable #169

Open
bendichter opened this issue May 14, 2024 · 2 comments
Open

IntracellularRecordingsTable #169

bendichter opened this issue May 14, 2024 · 2 comments

Comments

@bendichter
Copy link
Contributor

In most intracellular electrophysiology patch clamp experiments, there is a stimulus (clamp) and a response. For example in https://neurosift.app/?p=/nwb&url=https://api.dandiarchive.org/api/assets/f7388d54-0525-42f2-b026-04e06a684717/download/&dandisetId=000245&dandisetVersion=draft there is we see 56 different current clamp responses (in acquisition) and in stimulus/presentation you see 56 CurrentClampStimulusSeries stimuli. The mapping between the stimuli and the response is in the following tables in /intracellular_ephys/

  • intracellular_recordings | IntracellularRecordingsTable
  • simultaneous_recordings | SimultaneousRecordingsTable
  • sequential_recordings | SequentialRecordingsTable

None of these are rendering well in Neurosift, so the organization of the stimulus and response is lost.

The first level of organization is the IntracellularRecordingsTable, which holds the electrode, stimulus, and response for reach recording. This is a dataframe rendering in Python:

image

The tables does not render in Neurosift at all:

image

The next two levels, SimultaneousRecrdingsTable, and SequentialRecordingsTable do technically render but both skip the columns that are DynamicTableRegions which hold important links to the lower tables.

I think the lowest hanging fruit here is probably to render the IntracellularRecordingsTable and provide a button on each row which launches a view of the corresponding stimulus and response each in its own window.

@magland
Copy link
Collaborator

magland commented May 15, 2024

@bendichter
Copy link
Contributor Author

progress! The table looks nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants