Skip to contents

Return a sample Neuroglancer scene URL for FANC dataset

Usage

fanc_scene(ids = NULL, open = FALSE)

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)

Value

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

Details

See FANC slack for details.

Examples

if (FALSE) { # \dontrun{
browseURL(fanc_scene())
fanc_scene(open=T)
fanc_scene("648518346498254576", open=T)
} # }