fanc_latestid | R Documentation |
Find the latest id for a FANC root id
fanc_latestid(
rootid,
timestamp = NULL,
version = NULL,
sample = 1000L,
cloudvolume.url = NULL,
Verbose = FALSE,
...
)
rootid |
One ore more FlyWire rootids defining a segment (in any form
interpretable by |
timestamp |
An optional timestamp as a string or POSIXct, interpreted as UTC when no timezone is specified. |
version |
An optional CAVE materialisation version number. See details and examples. |
sample |
An absolute or fractional number of supervoxel ids to map to
rootids or |
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 |
... |
Additional arguments passed to |
fanc_islatest
Other fanc-ids:
fanc_cellid_from_segid()
,
fanc_ids()
,
fanc_islatest()
,
fanc_leaves()
,
fanc_rootid()
,
fanc_xyz2id()
## Not run:
fanc_latestid("648518346473954669")
# the latest materialisation version
fanc_latestid("648518346486614449", version='latest')
# up to the second
fanc_latestid("648518346486614449", timestamp='now')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.