Get names of neurons from CATMAID
catmaid_get_neuronnames(skids, pid = 1, conn = NULL, ...)
skids | One or more numeric skeleton ids or a character vector defining
a query (see |
---|---|
pid | Project id (default 1) |
conn | A |
... | Additional arguments passed to the |
a character vector of neuron names, with a names attribute specifying
the skeleton ids (skids). Missing values will be represented by a
NA_character
value.
# NOT RUN { catmaid_get_neuronnames(skids=c(10418394,4453485)) catmaid_get_neuronnames("name:ORN (left|right)") catmaid_get_neuronnames("annotation:ORN PNs$") # }