catmaid_set_meta_annotations: Meta-annotate CATMAID annotations

View source: R/catmaid.R

catmaid_set_meta_annotationsR Documentation

Meta-annotate CATMAID annotations

Description

Meta-annotate a group of CATMAID annotations

Usage

catmaid_set_meta_annotations(
  meta_annotations,
  annotations,
  pid = 1,
  conn = NULL,
  ...
)

Arguments

meta_annotations

meta-annotation to add

annotations

annotations to meta-annotate

pid

project id (default 1)

conn

a catmaid_connection objection returned by catmaid_login. I f NULL (the default) a new connection object will be generated using the values of the catmaid.* package options as described in the help for catmaid_login

...

additional arguments passed to methods.


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