R/editcatmaid.R
catmaid_get_neuronid.RdRetrieve the neuron IDs for given skeleton IDs. This is typically the skeleton ID + 1, and is often, but not always accurately, kept by CATMAID tracers in the name of a neuron.
catmaid_get_neuronid(skids, pid = 1, conn = NULL, ...)
| skids | a vector of skeleton IDs or argument applicable to catmaid::catmaid_get_neuronid |
|---|---|
| pid | project id. Defaults to 1 |
| conn | CATMAID connection object, see ?catmaid::catmaid_login for details |
| ... | methods passed to catmaid::catmaid_fetch |