catmaid_join_skeletons: Programmatically join CATMAID skeletons

View source: R/editcatmaid.R

catmaid_join_skeletonsR Documentation

Programmatically join CATMAID skeletons

Description

Programmatically join CATMAID skeletons. Use with caution in live tracing environments.

Usage

catmaid_join_skeletons(
  from_treenode_id,
  to_treenode_id,
  pid = 1,
  conn = NULL,
  ...
)

Arguments

from_treenode_id

the treenode ID of the downstream neuron

to_treenode_id

the treenode ID of the upstream neuron

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.