Skip to contents

Find the root identifier of a banc neuron

Usage

banc_rootid(x, integer64 = FALSE, version = NULL, timestamp = NULL, ...)

Arguments

x

One or more FlyWire segment ids

integer64

Whether to return ids as integer64 type (more compact but a little fragile) rather than character (default FALSE).

version

An optional CAVE materialisation version number. See details and examples.

timestamp

An optional timestamp as a string or POSIXct, interpreted as UTC when no timezone is specified.

...

Additional arguments passed to the underlying functions and eventually to Python cv$CloudVolume object.

Value

A vector of root ids (by default character)

Examples

if (FALSE) { # \dontrun{
banc_rootid("73186243730767724")
} # }