catmaid_lock_neurons: Lock or unlock a CATMAID neuron reconstruction

View source: R/editcatmaid.R

catmaid_lock_neuronsR Documentation

Lock or unlock a CATMAID neuron reconstruction

Description

Lock or unlock a CATMAID neuron reconstruction by adding or removing a 'locked' annotation to a set of skeleton IDs (skids). A locked neuron cannot be edited until it is unlocked.

Usage

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

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

Arguments

skids

the skeleton IDs neurons you wish to lock / unlock

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.