You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' Generate URLs for specifically tagged nodes on a neuron
213
+
#'
214
+
#' Given a neuron and a particular tag, this will return a data frame (optionally written to a CSV) with the node IDs, coordinates, and CATMAID URLs.
215
+
#'
216
+
#' Requires the \code{catmaid.server} option to be set in .Rprofile
217
+
#'
218
+
#' @param neuron Required; a A CATMAID \code{neuron} object or skeleton ID.
219
+
#' @param tag Required; a string specifying a tag.
220
+
#' @param node.id Optional; the ID of a node at which to cut the neuron, if only a portion of the neuron should be considered.
221
+
#' @param node.direction If a cut node is provided, which portion of the cut neuron to retain. Options are \code{downstream} (default) or \code{upstream}.
222
+
#' @param volume Optional; a string specifying a FAFB neuropil to filter the tagged nodes.
223
+
#' @param fileout Optional; the path to a CSV file where the result should be written.
224
+
#'
225
+
#' @return A subset of the neuron's treenode data frame (\code{d}) including only tagges nodes, with a CATMAID URL for each.
0 commit comments