Enum Neurotransmitter
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 = 0No confident prediction.
Acetylcholine = 1Acetylcholine — the main fast excitatory transmitter in the fly.
Gaba = 2GABA — fast inhibitory.
Glutamate = 3Glutamate — treated as inhibitory in the fly central brain models.
Dopamine = 4Dopamine — a neuromodulator, reduced to a fast sign in point-neuron models.
Octopamine = 5Octopamine — a neuromodulator, reduced to a fast sign in point-neuron models.
Serotonin = 6Serotonin — a neuromodulator, reduced to a fast sign in point-neuron models.
Histamine = 7Histamine — the photoreceptor transmitter; inhibitory in the optic lobe.