flywire_l2ids | R Documentation |
Level 2 supervoxel ids are one step up from the terminal supervoxel ids (level 1) that are the finest resolution in the chunked graph. Like root ids, level 2 supervoxels can be edited: this results in the level 2 id being destroyed and two new ones being created. Unlike the root id after a merge or split, only the l2 ids at the edit location change, while most of the others remain the same.
flywire_l2ids(x, integer64 = TRUE, cache = TRUE)
x |
root ids including as neuroglancer scene URLs |
integer64 |
Whether to return ids as integer64 type (more compact but a
little fragile) rather than character (default |
cache |
Whether to cache the results on disk |
A vector of ids (usually as 64 bit integers); a named list of vectors when x has length >1.
## Not run:
length(flywire_l2ids("720575940604351334"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.