Skeletonize neurons using meshparty python library
Source:R/meshparty-reticulate.R
meshparty_skeletonize.Rd
Skeletonize neurons using meshparty python library
Arguments
- segments
neuron ids in any form understood by
ngl_segments
OR paths to obj files already saved to disk.- savedir
Where to save SWC files (defaults to temporary directory)
- invalidation_d
Distance parameter (nm) controlling skeletonisation level of detail. See meshparty docs.
- ...
additional arguments passed to
save_cloudvolume_meshes
Value
A character vector containing the path to one or more SWC files. Note that these SWCs will be calibrated in µm even though the input data are in nm.
See also
simple_python
for installation of the necessary Python
packages.