catmaid2ngl | R Documentation |
catmaid2ngl.neuron
uses brainmaps_xyz2id
and read_segments2
to find the skeletons corresponding to a
(catmaid) neuron
catmaid2ngl.neuronlist
applies catmaid2ngl.neuron
over a neuronlist
catmaid2ngl.character
uses open_fafb_ngl
to
open CATMAID at a location matching a Neuroglancer URL.
Converts a CATMAID skid specification (see
catmaid_skids
) for one neuron into a an autosegmentation
based neuron using catmaid2ngl.neuron
.
catmaid2ngl(x, ...)
## S3 method for class 'neuron'
catmaid2ngl(
x,
chunksize = getOption("fafbseg.brainmaps_xyz2id.chunksize", 4000),
...
)
## S3 method for class 'neuronlist'
catmaid2ngl(x, OmitFailures = TRUE, ...)
## S3 method for class 'character'
catmaid2ngl(x, open = FALSE, ...)
## Default S3 method:
catmaid2ngl(x, ...)
x |
An object to convert (see Descriptions for each method) |
... |
Additional arguments passed to methods |
chunksize |
send queries in batches each of which has at most
|
OmitFailures |
Whether to omit neurons for which |
open |
Whether or not to open the URL in a browser - this defaults to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.