Sum level 2 volumes for one or more FlyWire root ids
Usage
flywire_l2volume(
rootids,
cache = TRUE,
datastack_name = getOption("fafbseg.cave.datastack_name", "flywire_fafb_production"),
...
)Arguments
- rootids
One or more FlyWire root ids.
- cache
Whether to cache rootid-level volume totals on disk.
- datastack_name
defaults to the value selected by
choose_segmentationand to "flywire_fafb_production" when that is missing. See https://global.daf-apis.com/info/ for other options.- ...
Additional arguments passed to
flywire_l2attributesand to recursive calls whenrootidshas length greater than one.