View source: R/meshparty-reticulate.R
meshparty_skeletonize | R Documentation |
Skeletonize neurons using meshparty python library
meshparty_skeletonize(segments, savedir = NULL, invalidation_d = 12000, ...)
segments |
neuron ids in any form understood by
|
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 |
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.
simple_python
for installation of the necessary Python
packages.
## Not run:
meshparty_skeletonize("720575940614134045")
meshparty_skeletonize("720575940614134045.obj")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.