read.neuron.dvid: Read a single neuron in skeleton format from DVID server

Description Usage Arguments Value Examples

View source: R/skeleton.R

Description

Read a single neuron in skeleton format from DVID server

Usage

1
2
3
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

1
2
3
4
## Not run: 
nl=read.neuron.dvid(c(12345, 45678))

## End(Not run)

jefferis/drvid documentation built on April 27, 2021, 2:42 p.m.