Return the entity ids for one or more model ids
catmaid_entities_from_models(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 |
An integer vector of entity ids each named by the corresponding model id (usually a skeleton id).
This will normally be used to turn skeleton ids into neuron ids
which are used e.g. for annotation purposes. This is probably not something
that many end users will need but is required e.g. by
catmaid_remove_annotations_for_skeletons
.