pymaid 2.4.0
  • Install
  • Tutorial
  • Examples
  • API
  • Site
      • What’s new?
      • Install
      • Tutorial
      • Examples
      • Troubleshooting
      • API Reference
  • Page
      • pymaid.link_connector
        • link_connector()

pymaid.link_connector¶

pymaid.link_connector(links, remote_instance=None)[source]¶

Link connectors with nodes.

Parameters:
  • links (tuple | list of tuples) –

    Tuple (or list thereof) of node IDs describing the link to make:

    (node_id, connector_id, 'presynaptic_to') will make node presynaptic to connector
    (node_id, connector_id, 'postsynaptic_to') will make node postsynaptic to connector
    

    See pymaid.config.link_types for allowed relation.

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

Returns:

List of dictionary with server reponses.

Return type:

list

See also

add_connector()

To create new connectors.

Back to top

Source

© Copyright 2017, Philipp Schlegel.
Created using Sphinx 7.2.6.