bluecellulabΒΆ

Package for performing single cell or network simulations and experiments.

Modules

analysis

cell

The cell module representing the NEURON cell and operations on it.

circuit

Module responsible of circuit access.

connection

Class that represents a connection between two cells in bluecellulab.

dendrogram

Class that represents a dendrogram window.

exceptions

Custom exceptions used within the package.

graph

Graph representation of Cells and Synapses.

importer

Main importer of bluecellulab.

neuron_interpreter

Module to interpret NEURON code strings.

plotwindow

Class that represents a plot window in bluecellulab.

psection

Represents a python version of NEURON Section (for drawing).

psegment

Represent a NEURON Segment in Python (for drawing).

rngsettings

RNG settings of bluecellulab.

simulation

Simulation module responsible of NEURON simulation.

circuit_simulation

Ssim class of bluecellulab that loads a circuit simulation to do cell simulations.

stimulus

synapse

Synapse and synapse parameters representation and operations.

tools

Module for calculating certain properties of Neurons.

utils

Utility functions used within BlueCellulab.

type_aliases

Type aliases used within the package.