Link Search Menu Expand Document

Procedure types

Various procedure types are available for different experimental manipulations and interventions in neuroscience research.

Table of contents

  1. Brain lesion
  2. Craniectomy
  3. Craniotomy
  4. Optic fiber implant
  5. Brain perfusion fixation
  6. Single wire electrode
  7. Silicon probe implant
  8. Brain slice
  9. Tetrode wire electrode
  10. Virus injection
  11. Coordinates
  12. Procedure API access

Brain lesion

FieldDescription
Lesion methodMethod used to create the brain lesion (required)
Volume of brain lesion (μL)Volume of the brain lesion in microliters (required)
Fatal outcomeCheckbox to indicate if the procedure resulted in a fatal outcome

Craniectomy

FieldDescription
Method of craniectomyMethod used for the craniectomy (required)
Shape of craniectomyShape of the craniectomy (required)
Length of craniectomy (μm)Length of the craniectomy in micrometers (required)
Width of craniectomy (μm)Width of the craniectomy in micrometers (required)
Orientation of craniectomyOrientation of the craniectomy
Fatal outcomeCheckbox to indicate if the procedure resulted in a fatal outcome

Craniotomy

FieldDescription
Method of craniotomyMethod used for the craniotomy (required)
Shape of craniotomyShape of the craniotomy (required)
Length of craniotomy (μm)Length of the craniotomy in micrometers (required)
Width of craniotomy (μm)Width of the craniotomy in micrometers (required)
Orientation of craniotomyOrientation of the craniotomy
Fatal outcomeCheckbox to indicate if the procedure resulted in a fatal outcome

Optic fiber implant

FieldDescription
Fiber tip shapeShape of the optic fiber tip (required)
Sterilization MethodMethod used to sterilize the optic fiber implant

Brain perfusion fixation

FieldDescription
Perfusion methodMethod used for brain perfusion fixation (required)
Perfusion volume (mL)Volume of perfusion solution in milliliters
Fatal outcomeCheckbox to indicate if the procedure resulted in a fatal outcome

Single wire electrode

FieldDescription
Wire countNumber of wires (required, default: 1)
Wire diameter (μm)Diameter of the wire in micrometers
Wire materialMaterial of the wire
Impedance (kOhms)Impedance of the wire in kiloohms
Sterilization MethodMethod used to sterilize the electrode

Silicon probe implant

FieldDescription
Sterilization MethodMethod used to sterilize the silicon probe

Brain slice

FieldDescription
Thickness of slices (μm)Thickness of the brain slices in micrometers (required)
Number of slicesNumber of brain slices (integer)
Orientation of slicesOrientation of the brain slices (required)
Medium used for sliceMedium used for maintaining the brain slices
Vibratome blade angle (°)Angle of the vibratome blade in degrees

Tetrode wire electrode

FieldDescription
Tetrode countNumber of tetrodes (required, integer)
Wires per tetrodeNumber of wires per tetrode (integer)
Wire diameter (μm)Diameter of the wires in micrometers
Wire materialMaterial of the wires
Sterilization MethodMethod used to sterilize the tetrode wire electrode

Virus injection

FieldDescription
Injection volume (nL)Volume of virus injected in nanoliters
Injection rate (nL/min)Rate of virus injection in nanoliters per minute
Injection profileProfile of the virus injection

Coordinates

For all procedure types, coordinates are specified using the following system: Coordinates systems page

Procedure API access

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