Skip to content

Add endpoint for returning connection probabilities #374

@chr-pok

Description

@chr-pok

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions