Return a sample Neuroglancer scene URL for FANC dataset
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
)
Details
See FANC slack for details.
Examples
if (FALSE) { # \dontrun{
browseURL(fanc_scene())
fanc_scene(open=T)
fanc_scene("648518346498254576", open=T)
} # }