Read a single neuron in skeleton format from DVID server

read.neuron.dvid(x, conn = NULL, ...)

read.neurons.dvid(x, conn = NULL, OmitFailures = NA, df = NULL, ...)

Arguments

x

body id

conn

optional DVID connection object (see dv_conn)

...

Additional arguments passed to nat::read.neuron

OmitFailures

Whether to omit neurons for which FUN gives an error. The default value (NA) will result in nlapply stopping with an error message the moment there is an error. For other values, see details.

df

Optional data frame of metadata with one row per neuron

Value

a neuronlist object or a neuron for read.neuron.dvid

Examples

if (FALSE) { nl=read.neuron.dvid(c(12345, 45678)) }