Soma#
- class braincell.Soma(lengths, radii_proximal, radii_distal, points_proximal=None, points_distal=None, type='soma')[source]#
A
Branchwith type fixed to"soma".Represents the cell body (soma) of a neuron. All factory methods and the constructor automatically set
type="soma"; passingtypeexplicitly raisesTypeError.Equivalent to
Branch(..., type="soma").See also
BranchBase class with full documentation.