Find the supervoxel identifiers of a banc neuron
Arguments
- x
One or more FlyWire segment ids
- integer64
Whether to return ids as integer64 type (the default, more compact but a little fragile) rather than character (when
FALSE
).- ...
additional arguments passed to
flywire_leaves
See also
Other banc-ids:
banc_cellid_from_segid()
,
banc_ids()
,
banc_islatest()
,
banc_latestid()
,
banc_rootid()
,
banc_xyz2id()
Examples
if (FALSE) { # \dontrun{
svids=banc_leaves("720575941478275714")
head(svids)
} # }