neurom.fstΒΆ
NeuroM, lightweight and fast
Examples
Obtain some morphometrics
>>> ap_seg_len = fst.get('segment_lengths', nrn, neurite_type=neurom.APICAL_DENDRITE)
>>> ax_sec_len = fst.get('section_lengths', nrn, neurite_type=neurom.AXON)
Functions
get |
Obtain a feature from a set of morphology objects |
register_neurite_feature |
Register a feature to be applied to neurites |
Classes
FstNeuron |
Class representing a neuron |