update: Update a local neuronlist with new CATMAID data

catmaid_update_neuronlistR Documentation

Update a local neuronlist with new CATMAID data

Description

Use to update a large neuronlist quickly by pulling just certain neurons from CATMAID, using read.neurons.catmaid. Option to update only the names.

Usage

catmaid_update_neuronlist(someneuronlist, skids = names(someneuronlist),
  update = c("neurons", "names"), ...)

Arguments

someneuronlist

a neuronlist object

skids

selected skeleton IDs from someneuronlist

update

what to update, either the selected neurons or just the names for selected neurons.

...

additional arguments passed to read.neurons.catmaid or catmaid_get_neuronnames

See Also

read.neurons.catmaid, catmaid_get_neuronnames


jefferis/rcatmaid documentation built on Aug. 16, 2022, 8:52 p.m.