pymaid.get_user_annotations

pymaid.get_user_annotations(x, remote_instance=None)[source]

Retrieve annotations used by given user(s).

Parameters
  • x

    User(s) to get annotation for. Can be either:

    1. single or list of user IDs

    2. single or list of user login names

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

Returns

DataFrame (df) in which each row represents a single annotation:

  annotation  annotated_on  times_used  user_id  annotation_id  user_login
0
1
...

Return type

pandas.DataFrame