pymaid.get_connector_details

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

Retrieve details on sets of connectors.

Parameters:
  • x (list of connector IDs | CatmaidNeuron | CatmaidNeuronList) – Connector ID(s) to retrieve details for. If CatmaidNeuron/List, will use their connectors.

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

Returns:

DataFrame in which each row represents a connector:

  connector_id  presynaptic_to  postsynaptic_to  ...
0
1
2
...
  presynaptic_to_node  postsynaptic_to_node
0
1
2

Return type:

pandas.DataFrame

See also

get_connectors()

If you just need the connector table (ID, x, y, z, creator, etc).

get_connector_links()

Get the same data but by link, not by connector.