navis 1.4.0
  • Install
  • Quickstart
  • Tutorials
  • API
  • Changelog
  • Github
  • Ecosystem
  • Site
    • Page
        • navis.TreeNeuron.cell_body_fiber
          • TreeNeuron.cell_body_fiber()

    navis.TreeNeuron.cell_body_fiber¶

    TreeNeuron.cell_body_fiber(reroot_soma=True, inplace=False)[source]¶

    Prune neuron to its cell body fiber.

    Parameters:
    • reroot_soma (bool, optional) – If True, will reroot to soma.

    • inplace (bool, optional) – If True, operation will be performed on itself. If False, operation is performed on copy which is then returned.

    Return type:

    Optional[TreeNeuron]

    See also

    cell_body_fiber()

    This is the base function. See for details and examples.

    Back to top

    Source

    © Copyright 2018, Philipp Schlegel.
    Created using Sphinx 5.3.0.