e_model_packager.synaptic_plasticity.circuit.glusynapse_extractor

For the retrieval of synapses using bglibpy.

Classes

GluSynapseExtractor(blueconfig, gid)

Extracts glusynapses of a cell from the circuit.

class GluSynapseExtractor(blueconfig, gid)

Bases: SynapseExtractor

Extracts glusynapses of a cell from the circuit.

Constructor, inits bglibpy ssim object.

Parameters:
  • blueconfig (obj) – blueconfig object or path to bloeconfig object

  • gid ([type]) – [description]

static get_Nrrp(hsynapse)

Get Nrrp from hsynapse.

get_postgid()

Get the post-synaptic cell’s gid.

get_pregids()

Get the pre-synaptic cells’ gid.

set_gid(gid)

Set the gid of the cell from which the synapses are to be extracted.