Skip to contents

Find the root identifier of a banc neuron

Usage

banc_rootid(x, integer64 = FALSE, ...)

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).

...

Additional arguments passed to pbapply::pbsapply and eventually to Python cv$CloudVolume object.

Value

A vector of root ids (by default character)

Examples

# \donttest{
banc_rootid("73186243730767724")
#> [1] "73186243730767724"
# }