Convert flytable cell type information into a neuroglancer info file
Source:R/nginfo.R
fct2nginfo.Rd
Convert flytable cell type information into a neuroglancer info file
Arguments
- f
Path to a json file.
write_nginfo
will create the enclosing directory if necessary.- ids
FlyWire root ids in any form understood by
flywire_ids
- version
Optional numeric CAVE version (see
flywire_cave_query
). The special signalling value ofTRUE
uses the current default data dump as returned byflywire_connectome_data_version
.- sep
The separator used to paste multiple columns of annotations together.
- gluestr
Optional string passed to
glue::glue
which is interpreted in the context of the annotation data.frame produced byflytable_meta
. This allows arbitrary formatting for- ...
Additional arguments passed to
flytable_meta
and then eventuallyflytable_cell_types
.