Skip to contents

Find the root identifier of a FANC neuron

Usage

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

See also

flywire_rootid

Other fanc-ids: fanc_cellid_from_segid(), fanc_ids(), fanc_islatest(), fanc_latestid(), fanc_leaves(), fanc_xyz2id()

Examples

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