Link Search Menu Expand Document

Consumable types

Several types of consumables are available, each with specific fields to describe their characteristics in detail.

Table of contents

  1. Silicon probe design
  2. Optic fiber design
  3. Virus construct
  4. Single wire electrode
  5. Consumable types API access

Silicon probe design

A specialized tool for recording electrical signals from neurons. Silicon probes are vital for experiments focused on understanding brain function through electrophysiological recordings.

FieldDescription
Product idProduct identifier that must be unique for each probe design (string)
Probe layoutDescription of the probe’s physical arrangement (string; e.g., “linear”, “grid”)
Number of channelsTotal number of recording channels on the probe (non-negative integer)
Number of shanksNumber of probe shanks (non-negative integer)
Spacing between shanksDistance between adjacent shanks (floating-point number; measured in μm)
Thickness of shanksPhysical thickness of each shank (floating-point number; measured in μm)
Length of shanksPhysical length of each shank (floating-point number; measured in μm)
Area of electrode sitesSurface area of individual recording sites (floating-point number; measured in μm²)
Uniform layoutIndicates whether recording sites are uniformly spaced (boolean value)
Custom designIndicates whether this is a custom probe design (boolean value)
Vertical spacing between sitesDistance between recording sites along the vertical axis (floating-point number; measured in μm)

Optic fiber design

A flexible light guide used primarily in optogenetic experiments to deliver light to specific brain regions. Optic fibers are essential in neuroscience for manipulating neural circuits using light.

FieldDescription
Product idProduct identifier that must be unique for each fiber design (string)
Numerical ApertureOptical property defining the acceptance angle of the fiber (floating-point number)
Wavelength minimumLower limit of transmissible wavelengths (floating-point number; measured in nm)
Wavelength maximumUpper limit of transmissible wavelengths (floating-point number; measured in nm)
Fiber typeClassification of the optical fiber type (string)
Core diameterDiameter of the fiber’s light-conducting core (floating-point number; measured in μm)
Cladding diameterDiameter including the light-confining cladding layer (floating-point number; measured in μm)
Coating diameterTotal diameter including protective coating (floating-point number; measured in μm)
CoreMaterial composition of the fiber core (string)
CladdingMaterial composition of the cladding layer (string)
CoatingMaterial composition of the protective coating (string)

Virus construct

A viral vector preparation used for introducing genes into cells. Virus solutions are important for studies involving gene expression, neural circuit tracing, and optogenetics.

FieldDescription
Product idProduct identifier that must be unique for each viral construct (string)
Virus typeClassification of virus used (string; e.g., “Adenovirus”, “AAV”)
CapsidSpecification of the viral capsid structure (string)
PromoterGenetic promoter sequence used in the construct (string)
GeneTarget gene sequence in the construct (string)
ReporterReporter gene or protein for tracking expression (string)
Other elementAdditional genetic elements in the construct (string)

Single wire electrode

A simple yet effective tool for measuring electrical activity at a single site. Single wire electrodes are commonly used in studies examining neural or muscular electrical activity.

FieldDescription
Product idProduct identifier that must be unique for each electrode (string)
MaterialComposition of the electrode wire (string)
Insulation/CoatingType and material of electrode insulation (string)
DiameterCore wire diameter (floating-point number; measured in mm)
Insulation diameterTotal diameter including insulation (floating-point number; measured in mm)

Consumable types API access

The API allows for programmable access to Consumable types, enabling you to read, edit, and delete consumable type data through the API. Learn more about the consumable types’ fields and data structure on the Consumable types API page.