pymaid.remove_meta_annotations

pymaid.remove_meta_annotations(remove_from, to_remove, remote_instance=None)[source]

Remove meta-annotation(s) from annotation(s).

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

  • to_remove (str | list of str) – Meta-annotation(s) to remove from annotations.

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

Returns:

Server response.

Return type:

dict

See also

add_meta_annotations()

Delete given annotations from neurons.