read.neuron.fiji {nat} | R Documentation |
Read a neuron saved by Fiji's Simple Neurite Tracer Plugin
Description
Read a neuron saved by Fiji's Simple Neurite Tracer Plugin
Usage
read.neuron.fiji(f, ..., simplify = TRUE, Verbose = FALSE)
Arguments
f |
Path to a file |
... |
Additional arguments passed to |
simplify |
Whether to return a single neuron as a |
Verbose |
Whether to print status messages during parsing. |
Details
This is an XML based format so parsing it depends on installation of the suggested XML package.
References
https://imagej.net/plugins/snt/ https://imagej.net/plugins/snt/extending
[Package nat version 1.8.24 Index]