
DataJoint Element for Functional Calcium Imaging
DataJoint Element for functional calcium imaging with
ScanImage,
Scanbox,
Nikon NIS-Elements,
and Bruker Prairie View
acquisition software; and
Suite2p,
CaImAn, and
EXTRACT 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. This repository
also provides a tutorial environment and notebooks to learn the pipeline.
Experiment Flowchart

Data Pipeline Diagram

- We have designed three variations of the pipeline to handle different use cases.
Displayed above is the default
imaging
schema. Details on all of the imaging
schemas can be found in the Data
Pipeline
documentation page.
Getting Started
Support
- If you need help getting started or run into any errors, please open a GitHub Issue
or contact our team by email at support@datajoint.com.
Interactive Tutorial
- The easiest way to learn about DataJoint Elements is to use the tutorial notebooks within the included interactive environment configured using Dev Container.
Launch Environment
Here are some options that provide a great experience:
You will know your environment has finished loading once you either see a terminal open related to Running postStartCommand
with a final message of Done
or the README.md
is opened in Preview
.
Once the environment has launched, please run the following command in the terminal:
MYSQL_VER=8.0 docker compose -f docker-compose-db.yaml up --build -d
Instructions
-
We recommend you start by navigating to the notebooks
directory on the left panel and go through the tutorial.ipynb
Jupyter notebook. Execute the cells in the notebook 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 Dev Container on your own machine the equivalent option is Reopen folder locally
. By default, GitHub will also automatically stop the Codespace after 30 minutes of inactivity. Once the Codespace is no longer being used, we recommend deleting the Codespace.