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). Required for inventory tracking and reference
Probe layoutDescription of the probe’s physical arrangement (string). Options include “linear”, “grid”, etc. Required for experimental planning
Number of channelsTotal number of recording channels on the probe (non-negative integer). Critical for determining recording capacity
Number of shanksNumber of probe shanks (non-negative integer). Affects recording coverage and tissue impact
Spacing between shanksDistance between adjacent shanks (float, μm). Important for spatial distribution of recording sites
Thickness of shanksPhysical thickness of each shank (float, μm). Critical for tissue damage assessment
Length of shanksPhysical length of each shank (float, μm). Determines recording depth capability
Area of electrode sitesSurface area of individual recording sites (float, μm²). Affects signal quality and impedance
Uniform layoutIndicates whether recording sites are uniformly spaced (boolean). Important for data analysis
Custom designIndicates whether this is a custom probe design (boolean). Relevant for manufacturing and ordering
Vertical spacing between sitesDistance between recording sites along vertical axis (float, μm). Critical for spatial resolution

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). Required for inventory management
Numerical ApertureOptical property defining the acceptance angle (float). Critical for light transmission efficiency
Wavelength minimumLower limit of transmissible wavelengths (float, nm). Important for experimental compatibility
Wavelength maximumUpper limit of transmissible wavelengths (float, nm). Determines usable light spectrum
Fiber typeClassification of the optical fiber type (string). Affects performance characteristics
Core diameterDiameter of the fiber’s light-conducting core (float, μm). Critical for light transmission
Cladding diameterDiameter including light-confining cladding layer (float, μm). Important for mechanical stability
Coating diameterTotal diameter including protective coating (float, μm). Relevant for tissue insertion
CoreMaterial composition of the fiber core (string). Determines optical properties
CladdingMaterial composition of the cladding layer (string). Affects light confinement
CoatingMaterial composition of the protective coating (string). Important for durability

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). Required for tracking
Virus typeClassification of virus used (string). Options include “Adenovirus”, “AAV”, etc. Critical for application
CapsidSpecification of the viral capsid structure (string). Determines tropism and targeting
PromoterGenetic promoter sequence used in construct (string). Controls expression specificity
GeneTarget gene sequence in the construct (string). Defines the genetic modification
ReporterReporter gene or protein for tracking expression (string). Important for verification
Other elementAdditional genetic elements in construct (string). Documents supplementary components

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). Required for inventory
MaterialComposition of the electrode wire (string). Critical for electrical properties
Insulation/CoatingType and material of electrode insulation (string). Affects recording isolation
DiameterCore wire diameter (float, mm). Determines tissue impact and signal quality
Insulation diameterTotal diameter including insulation (float, mm). Important for insertion planning

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.