flywire_scene | R Documentation |
Return a sample Neuroglancer scene URL for FlyWire dataset
flywire_scene(
ids = NULL,
annotations = NULL,
open = FALSE,
shorten = FALSE,
segmentation = "flywire31",
...
)
ids |
A set of root ids to include in the scene. Also accepts a
data.frame containing a column |
annotations |
data.frame or matrix of position and other information for
annotation layers. See |
open |
Whether to open the scene in your default browser |
shorten |
Not currently implemented |
segmentation |
Defaults to |
... |
Passed to |
A character vector containing a single Neuroglancer URL (invisibly when open=TRUE)
Other neuroglancer-urls:
flywire_ids()
,
ngl_blank_scene()
,
ngl_decode_scene()
,
ngl_encode_url()
,
ngl_segments()
,
open_fafb_ngl()
## Not run:
flywire_scene(open=T)
# top 20 partners of a neuron
flywire_scene(flywire_partner_summary("720575940621039145", partners='out')$partner[1:20], open=T)
# using the ability to query flytable for cell types
flywire_scene('DA2_lPN', open=TRUE)
flywire_scene('class:MBON_R', open=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.