Skip to contents

Find the root identifier of a CRANT neuron

Usage

crant_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

if (FALSE) { # \dontrun{
crant_rootid("576460752684030043")
} # }