fanc_rootid: Find the root identifier of a FANC neuron

View source: R/ids.R

fanc_rootidR Documentation

Find the root identifier of a FANC neuron

Description

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


fanc_rootid("73186243730767724")


flyconnectome/fancr documentation built on Feb. 8, 2024, 6:55 a.m.