Find the latest id for a CRANT root id
Usage
crant_latestid(
rootid,
sample = 1000L,
cloudvolume.url = NULL,
Verbose = FALSE,
...
)
crant_updateids(
x,
root.column = "root_id",
supervoxel.column = "supervoxel_id",
position.column = "position",
...
)Arguments
- rootid
One ore more FlyWire rootids defining a segment (in any form interpretable by
ngl_segments)- sample
An absolute or fractional number of supervoxel ids to map to rootids or
FALSE(see details).- cloudvolume.url
URL for CloudVolume to fetch segmentation image data. The default value of NULL chooses the flywire production segmentation dataset.
- Verbose
When set to
TRUEprints information about what fraction of- ...
Additional arguments passed to
flywire_latestid- x
a
data.framewith at least one of:root_id,pt_root_id,supervoxel_idand/orpt_supervoxel_id. Supervoxels will be preferentially used to update theroot_idcolumn. Else a vector ofCRANTroot IDs.- root.column
when
xis adata.frame, theroot_idcolumn you wish to update- supervoxel.column
when
xis adata.frame, thesupervoxel_idcolumn you wish to use to updateroot.column- position.column
when
xis adata.frame, thepositioncolumn with xyz values you wish to use to updatesupervoxel.column
See also
Other crant-ids:
crant_islatest(),
crant_leaves(),
crant_rootid(),
crant_xyz2id()