Programmatically search for skeleton IDs pertaining to neurons within a search volume defined by a bounding box.
catmaid_skeletons_in_bbx(bbx, min_nodes = 2, pid = 1, conn = NULL, ...)
bbx | the bounding box (a matrix of 2 rows and 3 columns) describing a search volume |
---|---|
min_nodes | the minimum number of nodes a neuron in the search area must have (includes nodes outside search area) |
pid | project id. Defaults to 1 |
conn | CATMAID connection object, see ?catmaid::catmaid_login for details |
... | methods passed to catmaid::catmaid_fetch |