Return skeleton ids for pre/postsynaptic partners of a set of connector_ids
catmaid_get_connectors(connector_ids, pid = 1, conn = NULL, raw = FALSE, ...)
connector_ids | Numeric ids for each connector (synapse). |
---|---|
pid | project id (default 1) |
conn | the |
raw | Whether to return completely unprocessed data (when |
... | Additional arguments passed to the |
A data.frame with columns
connector_id
pre
post
Note that this returns pairwise connections between neurons. A single synapse (i.e. connector) may have multiple connections; most commonly a single presynaptic cell connects to multiple post-synaptic cells but many variations are possible
Other connectors: catmaid_get_connector_table
,
catmaid_get_connectors_between
,
catmaid_query_connected
,
connectors