Replies: 4 comments 6 replies
-
Given their importance in experiments, See this simple tutorial for adding them to an NWB file: https://pynwb.readthedocs.io/en/latest/tutorials/general/plot_timeintervals.html#sphx-glr-tutorials-general-plot-timeintervals-py DANDI does not accept arbitrarily structured CSV/TSV containing experiment data I also recommend storing the data in the file in a robust way that is API-independent, as this is a common complaint we receive from data reusers (since knowing which API to use, how to use it, and differences between APIs can all lead to confusion) |
Beta Was this translation helpful? Give feedback.
-
do you mean it is purely behavioral data without any neural data? DANDI itself might not be the most appropriate archive for it ATM, but given lack of behavioral archive -- might be ok. Then could be pure behavioral BIDS dataset -- checkout https://bids-specification.readthedocs.io/en/stable/modality-specific-files/behavioral-experiments.html . In effect it would be a collection of .tsv files with minimal .json to describe them. It seems that there are no purely behavioral examples in bids-examples but those might give you examples on the ones with both neuroimaging and behavioural: https://github.com/bids-standard/bids-examples?tab=readme-ov-file#behavioral |
Beta Was this translation helpful? Give feedback.
-
One thing I would be curious about would be would it be possible to merge the NWB files I make with the NWB files of the original data, so users can easily works with them as one file? |
Beta Was this translation helpful? Give feedback.
-
I've written some code, needs to be tested and debugged. But it should loop through my files and automatically convert them to NWB, hopefully I haven't done anything glaringly wrong. I'm mostly concerned that I'm not instantiating the NWB objects correctly. How could I link objects within the session together than come from the same channel and/or probe? Note the hierarchy should go How could I incorperate lindi into this? @magland
|
Beta Was this translation helpful? Give feedback.
-
I am uploading some data I've curated, its just a set of events and some descriptive metadata. Time interval of the event and other metadata about each event is provided, I don't feel NWB is needed or appropriate in this case and I'd just like to upload the data as CSVs or TSVs. The data comes from the ABI and IBL datasets so it can be related back to other data in their API using the time data provided.
Will DANDI host this data?
Beta Was this translation helpful? Give feedback.
All reactions