pymaid.add_meta_annotations

pymaid.add_meta_annotations(to_annotate, to_add, remote_instance=None)[source]

Add meta-annotation(s) to annotation(s).

Parameters:
  • to_annotate (str | list of str) – Annotation(s) to meta-annotate.

  • to_add (str | list of str) – Meta-annotation(s) to add to annotations.

  • remote_instance (CatmaidInstance, optional) – If not passed directly, will try using global.

Returns:

Server response.

Return type:

dict

See also

remove_meta_annotations()

Delete given annotations from neurons.