find.soma {nat} | R Documentation |
Find neurons with soma inside 3D selection box (usually drawn in rgl window)
Description
Find neurons with soma inside 3D selection box (usually drawn in rgl window)
Usage
find.soma(
sel3dfun = select3d(),
indices = names(db),
db = getOption("nat.default.neuronlist"),
invert = FALSE,
rval = c("names", "neuronlist", "data.frame")
)
Arguments
sel3dfun |
A |
indices |
Names of neurons to search (defaults to all neurons in list) |
db |
|
invert |
Whether to return neurons outside the selection box (default
|
rval |
What to return (character vector, default='names') |
Details
Can work on neuronlist
s containing neuron
objects
or neuronlist
s whose attached data.frame contains soma
positions specified in columns called X,Y,Z .
Value
Character vector of names of selected neurons
See Also
select3d, subset.neuronlist, find.neuron
[Package nat version 1.8.24 Index]