natverse / nat

NeuroAnatomy Toolbox: An R package for the (3D) visualisation and analysis of biological image data, especially tracings of single neurons.

Home Page:https://natverse.org/nat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move features to nat from other packages

SridharJagannathan opened this issue · comments

Move the following features from:

  1. Basic neuron manipulations: https://github.com/natverse/elmr
  1. From registrations: (tbc @jefferis )

@jefferis: So far I have finished updating simplify_neuron both your and my implementations. As well as stitch_neurons_mst, I have also cross-verified the implementation made by @schlegelp and found both the results to be similar. I will continue updating and moving your other stitch_neurons and other features as requested. I have made this PR so it is easier for your to review.

Super!

  • Is there any difference in the simplify_neuron functionality at present between your version and mine? I didn’t get to review yet.
  • I would bring in the stitch_neuron(s) functions in their current implementations and then switch to your new MST one.
  • it would be ideal if we could have a version that works for multiple neurons and a version that stitches a single neuron that has multiple trees. Alternatively there may be a nice way to make a single function that will do either if these.