Link Search Menu Expand Document

Manipulation types

Various manipulation types are available to modulate neural activity, study brain function, and potentially treat neurological and psychiatric disorders.

Table of contents

  1. Electrical and Magnetic Stimulation
    1. Deep brain stimulation (DBS)
    2. Electrical stimulation
    3. Electromagnetic field stimulation
    4. Transcranial Electrical Stimulation
    5. Transcranial Magnetic Stimulation (TMS)
  2. Optical, Thermal, and Ultrasound Stimulation
    1. Optogenetic stimulation
    2. Thermal perturbation
    3. Ultrasound stimulation
  3. Chemical and Pharmacological Perturbations
    1. Liquid perturbation
    2. Micro perfusion
    3. Pharmacological injection
    4. Pharmacological superfusion
    5. Pharmacological inhalation
  4. Sensory Stimulation
    1. Odor stimulation
    2. Sound stimulation
  5. Manipulation API access

Electrical and Magnetic Stimulation

Deep brain stimulation (DBS)

A neurosurgical procedure that involves implanting electrodes in specific areas of the brain to deliver electrical impulses. It’s used to treat a variety of neurological conditions, including Parkinson’s disease and essential tremor.

FieldDescription
Amplitude (A)The intensity of the electrical stimulus applied (float; measured in amperes). Determines the strength of the stimulus
Duration (s)The length of time each stimulation lasts (float, ≥ 0; measured in seconds). Affects the total exposure
Stimulation profileThe pattern or waveform of the electrical signal (string; enum). Options include: Amplitude Modulated, Biphasic, Burst, Chirp, etc. Each designed to target specific neural mechanisms
Duty cycleThe proportion of one period during which stimulation is active (float, ≥ 0; fraction). Affects overall stimulation intensity
RepetitionsNumber of times the stimulation cycle is repeated (integer, ≥ 0). More repetitions can enhance therapeutic effects
Injection polarityThe polarity of the stimulation (string). Specifies whether anodal or cathodal, influencing current flow direction
Closed loopWhether the system uses real-time feedback (boolean). Enables dynamic adjustment of parameters based on neural response

Electrical stimulation

The application of electrical currents to neurons or neural tissues to activate or inhibit neural activity. This broad category includes both invasive methods like intracortical microstimulation and non-invasive approaches.

FieldDescription
Amplitude (V)The magnitude of the electrical voltage applied (float; measured in volts). Determines the strength of the stimulus
Duration (s)Length of time for which stimulation is applied (float, ≥ 0; measured in seconds). Affects therapeutic efficacy and safety
Stimulation profileThe pattern or waveform of the electrical signal (string; enum). Options include: Amplitude Modulated, Biphasic, Burst, Chirp, etc. Each designed to achieve specific physiological responses
Duty cycleThe proportion of the stimulation cycle during which stimulus is active (float, ≥ 0; fraction). Affects total energy delivered during therapy
RepetitionsNumber of times the stimulation is repeated (integer, ≥ 0). More repetitions can increase effects but also risk of adverse reactions
Injection polarityDirection of current flow in the stimulation (string). Important for achieving desired effect on neural tissues
Closed loopWhether parameters adjust based on real-time feedback (boolean). Enhances precision and safety of the treatment

Electromagnetic field stimulation

Involves the use of magnetic or electric fields to modulate neuronal activity. This non-invasive method can influence brain function and is studied for therapeutic potential in psychiatric and neurological disorders.

FieldDescription
Amplitude (V)The intensity of the electromagnetic field applied (float; measured in volts/meter). Determines the strength of the electromagnetic influence
Duration (s)Length of time the field is applied (float, ≥ 0; measured in seconds). Duration impacts therapeutic efficacy and safety
Stimulation profileThe waveform of the electromagnetic field (string; enum). Options include: Amplitude Modulated, Biphasic, Burst, Chirp, etc. Different profiles target specific cellular mechanisms
Duty cycleProportion of time the field is active (float, ≥ 0; fraction). Affects the total energy delivered and influences treatment outcome
RepetitionsNumber of field application cycles (integer, ≥ 0). Higher repetitions may increase efficacy but also risk of adverse effects
Injection polarityPolarity of the electromagnetic field (string). Affects direction of ion flow and neuronal excitation
Closed loopWhether field parameters adjust based on feedback (boolean). Enhances safety and efficacy through dynamic optimization

Transcranial Electrical Stimulation

A non-invasive method that applies electrical currents through the scalp and skull to modulate neuronal activity in the brain, used for research and therapeutic purposes.

FieldDescription
Amplitude (mA)The intensity of the electrical current applied (float; measured in milliamperes). Influences the depth and effect of stimulation
Duration (s)Length of time each stimulation session lasts (float, ≥ 0; measured in seconds). Affects how long brain regions are stimulated
Stimulation profileThe pattern or waveform of the electrical signal (string; enum). Options include: Amplitude Modulated, Biphasic, Burst, etc. Different profiles achieve varying neurological effects
Duty cycleThe proportion of stimulation ‘on’ time to total cycle time (float, ≥ 0; fraction). Affects the therapy’s effectiveness and comfort
RepetitionsNumber of times the stimulation cycle is repeated (integer, ≥ 0). Multiple repetitions can enhance stimulation effects
Injection polarityDirection of current flow in the stimulation (string). Important for targeting specific brain regions
Closed loopWhether parameters adjust based on feedback (boolean). Enables adaptive stimulation based on neural response

Transcranial Magnetic Stimulation (TMS)

A non-invasive technique that uses magnetic fields to induce electrical currents in the brain, capable of modulating neural activity and used for both research and treatment of various neurological and psychiatric conditions.

FieldDescription
Amplitude (mA)The intensity of the magnetic stimulation (float; measured in milliamperes). Determines the strength of induced currents
Duration (s)Length of time each stimulation pulse lasts (float, ≥ 0; measured in seconds). Critical for protocol effectiveness
Stimulation profileThe pattern of magnetic pulses (string; enum). Options include: Amplitude Modulated, Burst, Single Pulse, etc. Different patterns target specific neural processes
Duty cycleThe proportion of active stimulation time (float, ≥ 0; fraction). Affects overall stimulation dosage and safety
RepetitionsNumber of stimulation cycles delivered (integer, ≥ 0). Multiple cycles can enhance therapeutic effects
Injection polarityDirection of the induced current flow (string). Determines the orientation of neural activation
Closed loopWhether stimulation adjusts based on neural feedback (boolean). Enables precise control of neural modulation

Optical, Thermal, and Ultrasound Stimulation

Optogenetic stimulation

Uses light to control neurons that have been genetically modified to express light-sensitive ion channels. This precise method enables the activation or inhibition of specific neuronal populations with high temporal resolution.

FieldDescription
Power (mW)Output power of the light source (float; measured in milliwatts). Affects the intensity and efficacy of stimulation
Amplitude (A)Peak amplitude of the light signal (float; measured in amperes). Influences activation threshold of optogenetic actuators
Stimulation profilePattern or waveform of the light used (string; enum). Options include: Amplitude Modulated, Biphasic, Burst, etc. Critical for achieving specific responses
Duration (s)Length of time each light stimulation lasts (float, ≥ 0; measured in seconds). Crucial for timing channel activation/deactivation
Duty cycleFraction of period during which light is active (float, ≥ 0; fraction). Impacts temporal dynamics of light exposure
RepetitionsNumber of times the stimulation is repeated (integer, ≥ 0). Important for protocols requiring multiple activations
Wavelength (nm)Wavelength of the light used (float; measured in nanometers). Selected based on optogenetic actuator properties
Closed loopWhether parameters adjust based on feedback (boolean). Enables precise control based on neural response

Thermal perturbation

The application of heat or cold to neural tissue to study the effects of temperature changes on neural activity, function, or structural integrity.

FieldDescription
Amplitude (°C)Maximum change in temperature from baseline (float; measured in Celsius). Defines intensity of thermal stimulus
Duration (s)Length of time thermal stimulus is applied (float, ≥ 0; measured in seconds). Affects tissue response and safety
Thermal profilePattern of temperature variation (string; enum). Options include: Step Function, Ramp, etc. Influences thermal response
Duty cycleFraction of period during which stimulus is active (float, ≥ 0; fraction). Important for cyclic thermal tests
RepetitionsNumber of thermal cycles applied (integer, ≥ 0). Critical for studying repeated exposure effects
Closed loopWhether temperature adjusts based on feedback (boolean). Maintains precise temperature control

Ultrasound stimulation

Utilizes high-frequency sound waves to non-invasively modulate neural activity. This method has potential applications in both research and clinical settings for mapping brain function and treating neurological disorders.

FieldDescription
Amplitude (V)Intensity of ultrasound waves (float; measured in volts). Determines stimulation strength and penetration depth
Duration (s)Length of time ultrasound is applied (float, ≥ 0; measured in seconds). Influences therapeutic outcomes
Duty cycleRatio of ‘on’ time to total period (float, ≥ 0; fraction). Impacts intensity and treatment effect
Stimulation profilePattern of ultrasound waves used (string; enum). Options include: Continuous Wave, Pulsed, etc. Affects biological impact
RepetitionsNumber of ultrasound cycles (integer, ≥ 0). Affects cumulative dose and efficacy
Injection polarityOrientation of ultrasound wave propagation (string). Determines direction of mechanical forces
Closed loopWhether parameters adjust based on feedback (boolean). Enables dynamic response to physiological changes

Chemical and Pharmacological Perturbations

Liquid perturbation

Introduces liquids into the brain environment to study the effects of various substances or to physically disrupt brain activity. This can include the injection of drugs, solutions, or other compounds.

FieldDescription
Liquid agentType or name of the liquid agent used (string). Specifies the drug, nutrient solution, or compound
Concentration (mg/mL)Concentration of the liquid agent (float, ≥ 0; measured in mg/mL). Crucial for ensuring desired potency
Volume (µL)Total volume administered (float, ≥ 0; measured in microliters). Determines quantity of agent delivered
Perturbation profileMethod of liquid delivery (string; enum). Options include: Bolus Injection, Continuous Infusion, etc. Affects system impact
RepetitionsNumber of perturbation cycles (integer, ≥ 0). Important for multiple dosage protocols
Flow rate (µL/min)Rate of liquid agent administration (float; measured in µL/min). Influences spread and effect timing
Closed loopWhether delivery adjusts based on feedback (boolean). Enables automated flow adjustment

Micro perfusion

A technique that allows the localized delivery of substances directly to a targeted area of the brain through a fine cannula, enabling the study of the effects of drugs or other agents on specific brain regions.

FieldDescription
Liquid agentType or name of the perfusion agent (string). Specifies the drug, dye, or solution used
Concentration (mg/mL)Concentration of the agent (float, ≥ 0; measured in mg/mL). Critical for physiological impact
Volume (µL)Total volume perfused (float, ≥ 0; measured in microliters). Determines extent of tissue exposure
Perturbation profileMethod of perfusion delivery (string; enum). Options include: Continuous, Pulsed, etc. Affects distribution
RepetitionsNumber of perfusion cycles (integer, ≥ 0). Important for repeated exposure studies
Flow rate (µL/min)Rate of agent delivery (float; measured in µL/min). Controls speed and spread of agent
Closed loopWhether perfusion adjusts with feedback (boolean). Enables automated delivery control

Pharmacological injection

The direct injection of drugs or other substances into the body or directly into brain tissue to study their effects on neural activity, brain function, or behavior.

FieldDescription
Liquid agentType or name of the drug/compound (string). Specifies the pharmacological agent used
Concentration (mg/mL)Concentration of active ingredient (float, ≥ 0; measured in mg/mL). Essential for dosing accuracy
Volume (µL)Total injection volume (float, ≥ 0; measured in microliters). Critical for precise administration
Injection profileMethod of drug delivery (string; enum). Options include: Bolus, Continuous, etc. Affects pharmacokinetics
RepetitionsNumber of injections (integer, ≥ 0). Important for multiple dose protocols
Flow rate (µL/min)Rate of injection (float; measured in µL/min). Influences absorption and effect onset
Closed loopWhether delivery adjusts with feedback (boolean). Enables automated dose optimization

Pharmacological superfusion

A technique where drugs are applied directly to neural tissues or cells in a controlled manner, often using a perfusion system, allowing for the study of drug effects on neural activity in vitro.

FieldDescription
Liquid agentType or name of superfusion agent (string). Specifies the chemical or drug applied
Concentration (mg/mL)Agent concentration in solution (float, ≥ 0; measured in mg/mL). Critical for biological effect
Volume (µL)Total volume used (float, ≥ 0; measured in microliters). Determines exposure extent
Superfusion profileMethod of application (string; enum). Options include: Continuous, Pulsed, etc. Affects tissue exposure
RepetitionsNumber of application cycles (integer, ≥ 0). Important for repeated exposure protocols
Flow rate (µL/min)Rate of agent application (float; measured in µL/min). Controls delivery speed and coverage
Closed loopWhether parameters adjust with feedback (boolean). Enables automated flow control

Pharmacological inhalation

Involves the administration of drugs in vapor form so that they are inhaled and absorbed through the lungs, affecting the brain. This method is used to study the effects of inhaled substances on neural activity and behavior.

FieldDescription
Liquid agentType or name of inhalation agent (string). Specifies the substance being administered
Concentration (mg/mL)Agent concentration in mixture (float, ≥ 0; measured in mg/mL). Crucial for dosing
Stimulation profilePattern of inhalation delivery (string; enum). Options include: Continuous, Pulsed, etc. Affects absorption
Flow rate (µL/min)Rate of agent delivery (float; measured in µL/min). Controls administration speed
Volume (µL)Total agent volume (float, ≥ 0; measured in microliters). Important for dose calculation
RepetitionsNumber of inhalation cycles (integer, ≥ 0). Important for multiple dose protocols
AnalgesicWhether agent has pain-relieving properties (string). Details analgesic effects
SedativeWhether agent has sedative properties (string). Details sedative components
Closed loopWhether delivery adjusts with feedback (boolean). Enables automated dose control

Sensory Stimulation

Odor stimulation

Odor stimulation is the controlled application of olfactory stimuli to investigate neural mechanisms of smell perception, cognitive processing, and brain activity. This technique explores how chemical compounds interact with sensory systems, providing insights into olfactory perception, memory.

FieldDescription
Odor presentedSpecific chemical or compound administered (string). Identifies the stimulus
Concentration (mg/mL)Odor concentration in the delivery medium (float; ≥ 0). Determines stimulus intensity
Flow rate (mL/min)Rate of odor delivery (float; ≥ 0). Affects exposure and dispersion
RepetitionsNumber of odor presentations (integer, ≥ 0). Important for repeated exposure protocols
Inhalation phaseSpecific respiratory cycle for odor delivery (string; enum). Allows precise timing
Closed loopWhether parameters adjust with physiological feedback (boolean). Enables adaptive delivery

Sound stimulation

The use of auditory stimuli to influence brain activity and study the neural mechanisms of hearing, perception, and cognition, as well as the therapeutic effects of sound.

FieldDescription
Amplitude (dB)Sound pressure level (float; measured in decibels). Determines stimulus loudness
Duration (s)Length of sound presentation (float, ≥ 0; measured in seconds). Affects exposure time
Stimulation profilePattern of sound delivery (string; enum). Options include: Pure Tone, White Noise, etc. Affects neural response
Duty cycleRatio of sound-on to total period (float, ≥ 0; fraction). Important for patterned stimuli
RepetitionsNumber of sound presentations (integer, ≥ 0). Critical for studying repeated exposure
Closed loopWhether parameters adjust with feedback (boolean). Enables adaptive sound delivery

Manipulation API access

The API allows for programmable access to Manipulations, enabling you to read, edit, and delete manipulations through the API. Learn more about the manipulations’ fields and data structure on the Manipulation API page.