DataJoint Workflow for functional calcium imaging combines multiple DataJoint Elements to process data acquired with ScanImage, Scanbox, Nikon NIS
, or PrairieView
acquisition software, using Suite2p or CaImAn analysis software. DataJoint Elements collectively standardize and automate data collection and analysis for neuroscience experiments. Each Element is a modular pipeline for data storage and processing with corresponding database tables that can be combined with other Elements to assemble a fully functional pipeline.
To get started, see below for an interactive tutorial on GitHub Codespaces. More information can be found at the Element documentation page.
The easiest way to learn about DataJoint Elements is to use the tutorial notebooks within the included interactive environment configured using DevContainer.
Here are some options that provide a great experience:
- Cloud-based IDE: (recommended)
- Launch using GitHub Codespaces using the
Create codespace on main
in the codebase repository on your fork with default options. For more control, see the...
where you may createNew with options...
. - Build time for a codespace is ~9m. This is done infrequently and cached for convenience.
- Start time for a codespace is ~40s. This will pull the built codespace from cache when you need it.
- Tip: Each month, GitHub renews a free-tier quota of compute and storage. Typically we run into the storage limits before anything else since Codespaces consume storage while stopped. It is best to delete Codespaces when not actively in use and recreate when needed. We'll soon be creating prebuilds to avoid larger build times. Once any portion of your quota is reached, you will need to wait for it to be reset at the end of your cycle or add billing info to your GitHub account to handle overages.
- Tip: GitHub auto names the codespace but you can rename the codespace so that it is easier to identify later.
- Launch using GitHub Codespaces using the
- Local IDE:
- Ensure you have Git
- Ensure you have Docker
- Ensure you have VSCode
- Install the Dev Containers extension
git clone
the codebase repository and open it in VSCode- Use the
Dev Containers extension
toReopen in Container
(More info in theGetting started
included with the extension)
You will know your environment has finished loading once you either see a terminal open related to Running postStartCommand
with a final message: Done
or the README.md
is opened in Preview
.
-
We recommend you start by navigating to the
notebooks
directory on the left panel and go through thedemo_prepare.ipynb
anddemo_run.ipynb
Jupyter notebooks. Execute the cells in the notebooks to begin your walk through of the tutorial. -
Once you are done, see the options available to you in the menu in the bottom-left corner. For example, in Codespace you will have an option to
Stop Current Codespace
but when running DevContainer on your own machine the equivalent option isReopen folder locally
. By default, GitHub will also automatically stop the Codespace after 30 minutes of inactivity.
If you are new to GitHub and run into any errors, please contact us via email at [email protected]. If you are experienced with GitHub, please create an issue on the upstream repository or if you'd like help contribute, feel free to create a pull request. Please include a thorough explanantion of the error and/or proposed solution.