R/catmaid_skeleton.R
catmaid_get_connectors.Rd
Return skeleton ids for pre/postsynaptic partners of a set of connector_ids
catmaid_get_connectors(connector_ids, pid = 1, conn = NULL, raw = FALSE, ...)
Numeric ids for each connector (synapse).
project id (default 1)
the catmaid_connection
object
Whether to return completely unprocessed data (when TRUE
)
or to convert the nodes and connectors lists into processed data.frames
(when FALSE
, the default)
Additional arguments passed to the catmaid_fetch
function.
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_adjacency_matrix()
,
catmaid_get_connector_table()
,
catmaid_get_connectors_between()
,
catmaid_query_connected()
,
connectors()