Description:
An endpoint should be added that returns the connection probabilities between groups of neurons in a given circuit, optionally grouped by a certain node property.
Specifications from ExploreCircuitQuestions.xlsx:
- Input:
- Any number of pairs of: node property name + list of valid values
- Node property name for grouping (optional)
- Maximum distance (optional)
- Type of connectivity (optional) ??
- Output:
- DataFrame with three columns: pre-type (str), post-type (str), connection probability (float)
Acceptance criterion:
Endpoint implemented, tested, and PR merged.