pymaid.get_review

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

Retrieve review status for a set of neurons.

Parameters:
  • x

    Neurons for which to get review status. Can be either:

    1. list of skeleton ID(s) (int or str)

    2. list of neuron name(s) (str, exact match)

    3. an annotation: e.g. ‘annotation:PN right’

    4. CatmaidNeuron or CatmaidNeuronList object

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

Returns:

DataFrame in which each row represents a neuron:

  skeleton_id  neuron_name  total_node_count  nodes_reviewed  ...
0
1
...
  percent_reviewed
0
1
...

Return type:

pandas.DataFrame

See also

get_review_details()

Gives you review status for individual nodes of a given neuron.