-
Notifications
You must be signed in to change notification settings - Fork 6
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
Show DynamicTableRegion
column as a link?
#175
Comments
Might be connected to #168 |
I'm trying to wrap my head around how neurosift would know to do this in this particular case. Would it need to look at the specification for ndx-events extension? That's gets somewhat tricky. |
Can it just access the table the DynamicTableRegion references? @bendichter any ideas here? |
This is not specific to the ndx-events extension. It happens all over NWB. All DynamicTableRegion columns have an attribute table, which is a reference to the table that it is indexing. The same thing happens when you have a units table that points to an electrodes table. |
This also comes up a lot in intracellular electrophysiology tables |
The
EventsTable
is from ndx-events extension which has aDynamicTableRegion
column namedevent_type
that links to theEventTypesTable
containing the id and description for each event. Currently the view of this table is showing theevent_type
as integer value, would it be possible to show it as a link to the other table?Screenshots:
File:
https://neurosift.app/?p=/nwb&url=https://api.dandiarchive.org/api/assets/a07e739d-6246-4f76-8649-9a345cfbdda7/download/&dandisetId=001038&dandisetVersion=draft&tab=neurodata-item:/processing/behavior/WheelEvents|EventsTable
The text was updated successfully, but these errors were encountered: