Convert flytable cell type information into a neuroglancer info file
Source:R/nginfo.R
fct2nginfo.RdConvert flytable cell type information into a neuroglancer info file
Arguments
- f
Path to a json file.
write_nginfowill 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 ofTRUEuses 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::gluewhich is interpreted in the context of the annotation data.frame produced byflytable_meta. This allows arbitrary formatting for- ...
Additional arguments passed to
flytable_metaand then eventuallyflytable_cell_types.