flywire_cave_client | R Documentation |
Low level access to the Flywire CAVE annotation system
flywire_cave_client(
datastack_name = getOption("fafbseg.cave.datastack_name", "flywire_fafb_production")
)
datastack_name |
defaults to the value selected by
|
This depends on installation of the Python caveclient library. See
flywire_cave_query
for more details.
The caveclient.frameworkclient.CAVEclientFull
Python module
wrapped by reticulate.
fac <- flywire_cave_client()
fac$annotation$get_tables()
fac$annotation$get_table_metadata('nuclei_v1')
# annotation tables that have been materialised in order to map XYZ
# points onto current root ids (and immutable supervoxel ids)
# typically the same as fac$annotation$get_tables()
fac$materialize$get_tables()
info=fac$info$get_datastack_info()
# the default synapse table for the dataset
info$synapse_table
## Not run:
# get help on python cave client
reticulate::py_help(fac$info$get_datastack_info)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.