API Documentation

API reference for the module.

Table of Contents

Model Objects

Objects that manage spike-train data and fit the model to determine monosynaptic connections.

SynaptiConn Object

The SynaptiConn object is the base object for the model, and can be used to infer monosynaptic connections from individual spike-units.

synapticonn.core.connections.SynaptiConn(...)

Base class for quantifying monosynaptic connections between neurons.

SpikeManager Object

The SpikeManager object is used to manage spike-train data and prepare it for analysis.

synapticonn.core.connections.SpikeManager(...)

Base class for managing and processing spike time data.