Link Search Menu Expand Document

Manipulation model

Table of contents

  1. Introduction
  2. Fields
  3. Types of manipulations
  4. Permissions
  5. Manipulation API access

Introduction

The manipulation model describes temporal manipulations performed in a session. Manipulations are ways to perturb natural brain dynamics. The types of manipulations currently supported by BrainSTEM are listed below. A Manipulation is described by the fields in the next section.

Fields

FieldDescription
SessionSession of the manipulation (required)
TypeType of manipulation (required). See options below
ProceduresRelated subject procedures (required)
NotesNotes about the manipulation (max length: 500 characters)
Hardware deviceHardware device used to perform the manipulation
Type detailsType-specific fields. See options below

Types of manipulations

These are the available Type options for manipulations:

  • Deep brain stimulation (DBS)
  • Electromagnetic field stimulation
  • Electrical stimulation
  • Liquid perturbation
  • Micro perfusion
  • Optogenetic stimulation
  • Pharmacological inhalation
  • Pharmacological injection
  • Pharmacological superfusion
  • Sound stimulation
  • Thermal perturbation
  • Transcranial Electrical Stimulation
  • Transcranial Magnetic Stimulation (TMS)
  • Ultrasound stimulation

A detailed list of the type-specific fields can be found on the manipulation types page.

Permissions

Manipulations inherit permissions through the session associated with them.

Visit the permissions page to learn more.

Manipulation API access

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