fanc_leaves: Find the supervoxel identifiers of a FANC neuron

View source: R/ids.R

fanc_leavesR Documentation

Find the supervoxel identifiers of a FANC neuron

Description

Find the supervoxel identifiers of a FANC neuron

Usage

fanc_leaves(x, integer64 = TRUE, ...)

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

Value

A vector of supervoxel ids

See Also

flywire_leaves

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

Examples

## Not run: 
svids=fanc_leaves("648518346482929060")
head(svids)

## End(Not run)

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