Open FAFB CATMAID in browser at a given XYZ location
open_fafb(x, s = rgl::select3d(), mirror = FALSE, sample = elmr::FAFB13, zoom = 1, open = interactive(), active_skeleton_id = NULL, active_node_id = NULL, ...)
xyzmatrix
(see details)select3d
x
TRUE
when R is running in interactive mode.Note that if object x
contains exactly one point then CATMAID
will be opened immediately at that location, whereas if there is more than
1 point, the function will stop and wait for the user to make an
interactive selection in a rgl
window.
xform_brain
open_fafb(c(316, 143, 26), sample=JFRC2013, open=FALSE)#> [1] "https://neuropil.janelia.org/tracing/fafb/v13/?pid=1&zp=45612&yp=371548&xp=655021&tool=tracingtool&sid0=5&s0=1.000000"library(nat) ## Not run: ------------------------------------ # open3d() # plot3d(kcs20) # # waits for used to draw a selection rectangle # open_fafb(kcs20, sample=FCWB) # # same but mirrors selected points to opposite hemisphere # open_fafb(kcs20, sample=FCWB, mirror=TRUE) ## ---------------------------------------------