catmaid_get_neuronid: Get the CATMAID neuron ID that corresponds to the skeleton ID

View source: R/editcatmaid.R

catmaid_get_neuronidR Documentation

Get the CATMAID neuron ID that corresponds to the skeleton ID

Description

Retrieve 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.

Usage

catmaid_get_neuronid(skids, pid = 1, conn = NULL, ...)

Arguments

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


alexanderbates/catnat documentation built on Sept. 5, 2023, 4:51 a.m.