-
Notifications
You must be signed in to change notification settings - Fork 16
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
create example notebooks for dandi #1
Comments
@bendichter - now that there are different datasets on dandi, can we update the example notebooks to demonstrate running different kinds of visualization and analyses on the data? what would be a good way of getting community contributions. |
@satra for the datalad request, are you looking for something like !git config --global user.email "[email protected]"
!git config --global user.name "Ben Dichter"
!datalad download-url https://girder.dandiarchive.org/api/v1/item/5e70d3093da50caa9adaf2e6/download |
@satra Sure, let's discuss what would be most useful and what we'd need to do to get there. Here are some ideas for analysis and visualization:
We need raw extracellular electrophysiology for 3 and raw optical physiology for 4. we don't have any yet, however we do have simulation data that would work for 3 in dandiset 28. @alejoe91, can you help with this? Those are the main Python-based analysis packages that are explicitly compatible with NWB and don't require a Qt window or something like that. We could potentially build interfaces to other analysis and visualization software, but that would take some considerable development, so lets think about what would be most useful and be selective about what tools we want to demonstrate to start. |
Rutishauser notebooks SpikeInterface |
thanks for adding the first one. perhaps we can augment that dataset with zarrhdf5 files and use that to see if we can do the second notebook? or does it really require downloading all the data? for the moment the 12G dataset should be ok to download, but again we could consider if that's a good use case for zarrhdf5.. |
@bendichter - would it be possible to create a specific notebook example for DANDI? that includes a cell on top that downloads/instructs to download data using datalad? once we move all the dandisets to AWS, this should become much faster.
just like we pull in the nwb repo, we can pull this repo in whenever a user logs in to the dandi hub, so any changes to this repo will get picked up.
you could in fact create the examples in the hub, and then send a PR to this repo with those notebooks.
The text was updated successfully, but these errors were encountered: