Skip to content

Neuroscience data analysis framework for reproducible research built by Loren Frank Lab at UCSF

License

Notifications You must be signed in to change notification settings

CBroz1/spyglass

This branch is 28 commits ahead of, 1 commit behind LorenFrankLab/spyglass:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9c27d87 · Mar 5, 2025
Nov 12, 2024
Dec 20, 2023
Mar 7, 2024
Mar 5, 2025
Sep 13, 2024
Feb 21, 2025
Feb 27, 2025
Feb 27, 2025
Mar 5, 2025
Mar 4, 2025
Nov 27, 2023
Nov 27, 2023
Oct 29, 2024
Aug 5, 2024
Jan 30, 2024
Mar 5, 2025
Dec 20, 2024
May 29, 2024
Jun 1, 2023
Nov 27, 2023
Oct 3, 2024
Feb 27, 2025
Nov 12, 2024
Nov 12, 2024
Feb 27, 2025
Feb 27, 2025
Mar 3, 2025
Feb 9, 2024

Repository files navigation

spyglass

Tests PyPI version

Spyglass Figure

Demo | Installation | Docs | Tutorials | Citation

spyglass is a data analysis framework that facilitates the storage, analysis, visualization, and sharing of neuroscience data to support reproducible research. It is designed to be interoperable with the NWB format and integrates open-source tools into a coherent framework.

Try out a demo here!

Features of Spyglass include:

  • Standardized data storage - Spyglass uses the open-source Neurodata Without Borders: Neurophysiology (NWB:N) format to ingest and store processed data. NWB:N is a standard set by the BRAIN Initiative for neurophysiological data (Rübel et al., 2022).
  • Reproducible analysis - Spyglass uses DataJoint to ensure that all analysis is reproducible. DataJoint is a data management system that automatically tracks dependencies between data and analysis code. This ensures that all analysis is reproducible and that the results are automatically updated when the data or analysis code changes.
  • Common analysis tools - Spyglass provides easy usage of the open-source packages SpikeInterface, Ghostipy, and DeepLabCut for common analysis tasks. These packages are well-documented and have active developer communities.
  • Interactive data visualization - Spyglass uses figurl to create interactive data visualizations that can be shared with collaborators and the broader community. These visualizations are hosted on the web and can be viewed in any modern web browser. The interactivity allows users to explore the data and analysis results in detail.
  • Sharing results - Spyglass enables sharing of data and analysis results via Kachery, a decentralized content addressable data sharing platform. Kachery Cloud allows users to access the database and pull data and analysis results directly to their local machine.
  • Pipeline versioning - Processing and analysis of data in neuroscience is often dynamic, requiring new features. Spyglass uses Merge tables to ensure that analysis pipelines can be versioned. This allows users to easily use and compare results from different versions of the analysis pipeline while retaining the ability to access previously generated results.
  • Cautious Delete - Spyglass uses a cautious delete feature to ensure that data is not accidentally deleted by other users. When a user deletes data, Spyglass will first check to see if the data belongs to another team of users. This enables teams of users to work collaboratively on the same database without worrying about accidentally deleting each other's data.

Documentation can be found at - https://lorenfranklab.github.io/spyglass/

Installation

For installation instructions see - https://lorenfranklab.github.io/spyglass/latest/notebooks/00_Setup/

Typical installation time is: 5-10 minutes

Tutorials

The tutorials for spyglass are currently in the form of Jupyter Notebooks and can be found in the notebooks directory. We strongly recommend running the notebooks yourself.

Contributing

See the Developer's Note for contributing instructions found at - https://lorenfranklab.github.io/spyglass/latest/contribute/

License/Copyright

License and Copyright notice can be found at https://lorenfranklab.github.io/spyglass/latest/LICENSE/

System requirements

Spyglass has been tested on Linux Ubuntu 20.04 and MacOS 10.15. It has not been tested on Windows and likely will not work.

No specific hardware requirements are needed to run spyglass. However, the amount of data that can be stored and analyzed is limited by the available disk space and memory. GPUs are required for some of the analysis tools, such as DeepLabCut.

See pyproject.toml, environment.yml, or environment_dlc.yml for software dependencies.

See spec-file.txt for the conda environment used in the demo.

Citation

Lee, K.H.*, Denovellis, E.L.*, Ly, R., Magland, J., Soules, J., Comrie, A.E., Gramling, D.P., Guidera, J.A., Nevers, R., Adenekan, P., Brozdowski, C., Bray, S., Monroe, E., Bak, J.H., Coulter, M.E., Sun, X., Broyles, E., Shin, D., Chiang, S., Holobetz, C., Tritt, A., Rübel, O., Nguyen, T., Yatsenko, D., Chu, J., Kemere, C., Garcia, S., Buccino, A., Frank, L.M., 2024. Spyglass: a data analysis framework for reproducible and shareable neuroscience research. bioRxiv. 10.1101/2024.01.25.577295.

* Equal contribution

See paper related code here.

About

Neuroscience data analysis framework for reproducible research built by Loren Frank Lab at UCSF

Resources

License

Code of conduct

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 77.9%
  • Python 22.1%