Table of Contents

Enum Neurotransmitter

Namespace
DotFly.Core.Models
Assembly
DotFly.Core.dll

Predicted neurotransmitter of a neuron, as labelled in the connectome releases (MaleCNS consensusNt, FlyWire nt_type). A single label per neuron is a modelling convention, not receptor-resolved physiology.

public enum Neurotransmitter : byte

Fields

Unknown = 0

No confident prediction.

Acetylcholine = 1

Acetylcholine — the main fast excitatory transmitter in the fly.

Gaba = 2

GABA — fast inhibitory.

Glutamate = 3

Glutamate — treated as inhibitory in the fly central brain models.

Dopamine = 4

Dopamine — a neuromodulator, reduced to a fast sign in point-neuron models.

Octopamine = 5

Octopamine — a neuromodulator, reduced to a fast sign in point-neuron models.

Serotonin = 6

Serotonin — a neuromodulator, reduced to a fast sign in point-neuron models.

Histamine = 7

Histamine — the photoreceptor transmitter; inhibitory in the optic lobe.