You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recommend making an extension to NWB that introduces a new data type called "Injections" that extends the DynamicTable type, and has "virus", "injection_date", "injection_volume", etc. as columns. Extensions to NWB for such structured information are useful for making the data machine-readable and encouraging a full description of the metadata. I can see this new data type being generally useful for storing virus data for many different datasets, so it would be good to create a single standard and use it across datasets. If the extension is popular or useful enough, then it would be considered for integration into the core NWB schema.
I would be happy to help you get started with creating and using an extension for virus injection metadata if you are interested in doing this.
The text was updated successfully, but these errors were encountered:
An extension also has the benefit of allowing you to specify the units or other attributes of the values. e.g., injection_volume = 30. but 30 what?
rly
changed the title
Store structured virus information using an NWB extension
NWB Export: Store structured virus information using an NWB extension
Nov 1, 2019
The virus information is being converted from structured key-value pairs into JSON and then being stored as a string in
NWBFile.virus
.https://github.com/vathes/DJ-NWB-Li-Daie-2015-2016/blob/ae69335a23e6a3c0c3809a54de5480baf8848712/pipeline/export/datajoint_to_nwb.py#L73-L74
For one file, this value is:
I recommend making an extension to NWB that introduces a new data type called "Injections" that extends the DynamicTable type, and has "virus", "injection_date", "injection_volume", etc. as columns. Extensions to NWB for such structured information are useful for making the data machine-readable and encouraging a full description of the metadata. I can see this new data type being generally useful for storing virus data for many different datasets, so it would be good to create a single standard and use it across datasets. If the extension is popular or useful enough, then it would be considered for integration into the core NWB schema.
I would be happy to help you get started with creating and using an extension for virus injection metadata if you are interested in doing this.
The text was updated successfully, but these errors were encountered: