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

    navis.TreeNeuron.reroot¶

    TreeNeuron.reroot(new_root, inplace=False)[source]¶

    Reroot neuron to given node ID or node tag.

    Parameters:
    • new_root (int | str) – Either node ID or node tag.

    • 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

    reroot_skeleton()

    Base function. See for details and examples.

    Back to top

    Source

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