Soma

Contents

Soma#

class braincell.Soma(lengths, radii_proximal, radii_distal, points_proximal=None, points_distal=None, type='soma')[source]#

A Branch with type fixed to "soma".

Represents the cell body (soma) of a neuron. All factory methods and the constructor automatically set type="soma"; passing type explicitly raises TypeError.

Equivalent to Branch(..., type="soma").

See also

Branch

Base class with full documentation.