fct2nginfo | R Documentation |
Convert flytable cell type information into a neuroglancer info file
fct2nginfo(f, ids = NULL, version = NULL, sep = "_", gluestr = NULL, ...)
f |
Path to a json file. |
ids |
FlyWire root ids in any form understood by
|
version |
Optional numeric CAVE version (see |
sep |
The separator used to paste multiple columns of annotations together. |
gluestr |
Optional string passed to |
... |
Additional arguments passed to |
The path f
invisibly
write_nginfo
## Not run:
# all neurons in info table
fct2nginfo(f='path/to/flytablev526/info', version=526)
fct2nginfo(f='path/to/hemilineagev526/info', version=526,
gluestr="{ito_lee_hemilineage}_{toupper(substr(side,1,1))}")
fct2nginfo("MBON%", 'path/to/mboninfo/info')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.