Link Search Menu Expand Document

Session model

Table of contents

  1. Introduction
  2. Session fields
    1. Epoch fields
    2. Data acquisition fields
    3. Manipulation data fields
    4. Behavior data fields
  3. Permissions
  4. Session API access

Introduction

A session is a modular construction that provides flexible and standardized descriptions of various aspects of experiments. The session has several direct fields but is primarily described by four modules:

  1. Behavior: Description of the animal subject(s) behavior during the session collection. A behavior is described by two personal attributes: the setup and the behavioral paradigm.
  2. Experiment data: Description of the data acquisition files. This module is highly flexible and can describe many types of experimental data, such as Extracellular and Intracellular Electrophysiology, 2-photon microscopy, Miniscope, Audio Recordings, and Behavioral Video Recordings. Details are tailored to each experiment type.
  3. Manipulations: Description of any manipulations performed during an experiment. This crucial module documents alterations to the physiological conditions of a recording. It can describe various types of manipulations, such as Optogenetic Stimulation, Micro Perfusion, Pharmacological Injection, Thermal Perturbation, Transcranial Electrical Stimulation, and Ultrasound Stimulation. A manipulation is described by a protocol, typically consisting of the manipulation profile, power, duration, duty cycle, and number of repetitions.
  4. Epochs: Temporal aspects of a session. An epoch is characterized by a name, start and end times relative to the session’s start. Other modules (Experiment Data, Manipulations, and Behavior) can be linked to epochs, allowing for temporal segmentation of a session.

Session fields

FieldDescription
NameName of the session (required; string; max length: 100 characters; must be unique)
ProjectsProjects the session belongs to. Learn more about project inheritance [here] (required)
DescriptionA text description of the session. Pictures can be uploaded and inserted.
Date and time onsetDate and time of the session onset (YYYY-MM-DD format, e.g., “2023-03-22”)
TagsTags for the session. Great for organizational purposes, quick labeling, and filtering.
Data storageDescribes where the data is stored
Name used in storageCustom name for the session used in local data storage (string; max length: 200)
Extra fieldsAllows you to add extra fields to the session. Values can be strings or numeric.
Online repositoriesIf this session has been shared in a public repository, link it here.

Epoch fields

FieldDescription
NameName of the epoch (required; string; max length: 100 characters)
StartStart time of the epoch, relative to the session onset
EndEnd time of the epoch, relative to the session onset
BehaviorBehavior associated with the epoch
Experiment dataExperiment data associated with the epoch
ManipulationManipulation associated with the epoch

Data acquisition fields

Please see the dedicated page describing the Data acquisition model.

Manipulation data fields

Please see the dedicated page describing the Manipulations data model.

Behavior data fields

Please see the dedicated page describing the Behavior data model.

Permissions

The session inherits permissions from its associated projects. Data storage is shared through the project groups, and you can only add data storage associated with the same groups as the selected projects. The relationships in modules also depend on the selected projects.

Visit the permissions page to learn more.

Session API access

The API allows for programmable access to sessions. Learn more about the sessions’ fields and data structure on the Session API page.