Skip to contents

Return a sample Neuroglancer scene URL for banc dataset

Usage

banc_scene(ids = NULL, open = FALSE, layer = NULL)

Arguments

ids

A set of root ids to include in the scene. Can also be a data.frame.

open

Whether to open the URL in your browser (see browseURL)

layer

the segmentation layer for which ids intended. Defaults to 'segmentation proofreading', but could point to another dataset layer.

Value

A character vector containing a single Neuroglancer URL (invisibly when open=TRUE).

Details

See banc slack for details.

See also

Examples

if (FALSE) { # \dontrun{
browseURL(banc_scene())
banc_scene(open=T)
banc_scene("720575941545083784", open=T)
} # }