fetchn_fafb
is a thin wrapper around the
catmaid::read.neurons.catmaid
function with the
additional convenience of auromating conversion to a reference brain.
fetchdp_fafb
extends fetchn_fafb
by additionally converting
neurons to the dotprops
representation suitable for
nblast
.
fetchn_fafb(skids, mirror = TRUE, conn = NULL, reference = nat.flybrains::FCWB) fetchdp_fafb(skids, mirror = TRUE, conn = NULL, ...)
catmaid_skids
)TRUE
since
flycircuit neurons are on fly's left and most FAFB tracings are on fly's
right.)catmaid
connection object (see
catmaid_connection
)templatebrain
object such as FCWB
or a character vector
naming such an object.nblast
## Not run: ------------------------------------ # # fetch all neurons with an annotation exactly matching "KC" and convert # # to JFRC2013 space # kcs=fetchn_fafb("annotation:^KC$", reference=JFRC2013) ## ---------------------------------------------