Git Product home page Git Product logo

sinhaetal2021's Introduction

SinhaEtAl2021

Source code for structural plasticity simulations.

Published in PLoS CB at: https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1008996

Pre-print: https://www.biorxiv.org/content/early/2019/10/21/810846

ModelDB link: http://modeldb.yale.edu/267035

Requirements

  • my fork of NEST. This does not use the internal implementation of NEST that updates network connectivity. Instead, required algorithms are implemented in the simulation script in Python and connectivity is updated in NEST using the PyNEST API. The NEST development team intends to remove structural plasticity from NEST core in the future. The plan is to develop a standalone structural plasticity manager that will interface with different simulators.
  • you can use my scripts to post-process the data

License

GPLv3

Outputs from the simulation

The data generated by simulations downloaded from Zenodo here.

Post processed data and scripts used to generate figures in the paper can be found here.

Spike raster files

neuronID    spiketime(ms)
  • Name format: spikes-{rank}-{neuron-set}.gdf
  • Collected throughout the simulation
  • One file per MPI rank
  • These files can be easily combined using the linux sort command to get a combined list of spikes, since each spike raster file is already sorted by time.

For the following neuron sets:

  • LPZ centre E
  • LPZ border E
  • Peri LPZ E
  • LPZ centre I
  • LPZ border I
  • Peri LPZ I
  • Pattern/signal neurons
  • Background/noise neurons
  • Recall neurons
  • Stim neurons

Used to generate:

  • Mean firing rate vs time plots
  • ISI CV vs time plots
  • Population firing rate at particular time plot (snapshots)
  • SNR value
  • Raster plots showing E and I spikes

Calcium concentration files

neuron_ID Ca_concentration

tab seprated
  • Name format: 02-calcium-{neuron-set}-{rank}-{time}.txt
  • One file per region per recording time per rank.
  • Will need to be merged, again using pandas dataframes

For the following neuron sets:

  • LPZ centre E
  • LPZ border E
  • Peri LPZ E
  • LPZ centre I
  • LPZ border I
  • Peri LPZ I

Used to generate:

  • Plots showing means + STDs of calcium concentrations for different regions.

Per neuron synaptic element files

neuronID  a_total a_connected d_ex_total d_ex_connected d_in_total d_in_connected
  • Name format: 03-synaptic-elements-{neuron-set}-{rank}-{time}.txt
  • Collected at particular times
  • New file at each collection time
  • One file per MPI rank

For the following neuron sets:

  • LPZ centre E
  • LPZ border E
  • Peri LPZ E
  • LPZ centre I
  • LPZ border I
  • Peri LPZ I

Used to generate:

  • Plots showing a snapshot of the network
  • Evolution of synaptic elements for different regions at different times.

Per neuron synapse loss files

gid total_conns conns_deleted
  • Name format: 04-synapses-deleted-{region}-{rank}.txt
  • Collected after synapses are deleted per structural plasticity update
  • One file per region
  • Only published by rank 0 (since all ranks would publish identical data)

For each of these regions:

  • LPZ centre E
  • LPZ border E
  • Peri LPZ E
  • LPZ centre I
  • LPZ border I
  • Peri LPZ I

Used to generate:

  • Plots showing synapse loss for individual neurons
  • Plots showing mean synapse loss for network

Per neuron synapse gain files

gid conns_gained
  • Name format: 04-synapses-formed-{region}-{rank}.txt
  • Collected after new synapses are formed per structural plasticity update
  • One file per MPI rank, although all files should be identical

For each of these regions:

  • LPZ centre E
  • LPZ border E
  • Peri LPZ E
  • LPZ centre I
  • LPZ border I
  • Peri LPZ I

Used to generate:

  • Plots showing synapse gain for individual neurons
  • Plots showing mean synapse gain for network

The data from the two together will give:

  • Plots showing synaptic turnover as the network evolves

Network connection information

src target weight
  • Name format: 08-syn_conns-{synapse type}-{rank}-{simtime}.txt
  • Collected at regular intervals

For each synapse type:

  • EE
  • EI
  • IE
  • II

Used to generate:

  • Plots showing conductances input to each region, mean and total
  • Plots showing incoming synapse numbers to neurons in different regions

sinhaetal2021's People

Contributors

sanjayankur31 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.