Skip to main content

Summary of Snudda

Snudda creates the connectivity for realistic networks of simulated neurons in silico in a bottom up fashion that can then be simulated using the NEURON software. Neurons are placed within 3D meshes representing the structures of interest, with neural densities as seen in experiments. Based on reconstructed morphologies and neuron placement we can infer locations of putative synapses based on proximity between axon and dendrites. Projections between different structures can be added either using axon reconstructions, or by defining a connectivity map between regions. Putative synapses are pruned to match experimental pair-wise data on connectivity. Networks can be simulated either on desktop machines, or on super computers.

Contact details

Johannes Hjorth, Royal Institute of Technology (KTH) Human Brain Project hjorth@kth.se

Funding

Simulations were also performed on resources provided by the National Academic Infrastructure for Supercomputing in Sweden (NAISS) at PDC KTH partially funded by the Swedish Research Council through grant agreement no. 2022-06725.

The study was supported by the Swedish Research Council (VR-M-2020-01652), Swedish e-Science Research Centre (SeRC), Science for Life Lab, EU/Horizon 2020 no. 945539 (HBP SGA3) and No. 101147319 (EBRAINS 2.0 Project), European Union's Research and Innovation Program Horizon Europe under grant agreement No 101137289 (the Virtual Brain Twin Project), and KTH Digital Futures.

Horizon 2020 Framework Programme (785907, HBP SGA2); Horizon 2020 Framework Programme (945539, HBP SGA3); Vetenskapsrådet (VR-M-2017-02806, VR-M-2020-01652); Swedish e-science Research Center (SeRC); KTH Digital Futures. The computations are enabled by resources provided by the Swedish National Infrastructure for Computing (SNIC) at PDC KTH partially funded by the Swedish Research Council through grant agreement no. 2018-05973. We acknowledge the use of Fenix Infrastructure resources, which are partially funded from the European Union's Horizon 2020 research and innovation programme through the ICEI project under the grant agreement No. 800858. Snudda is supported and featured on EBRAINS.

Citation

Please cite the first paper for the general Snudda network creation and simulation methods, and the second paper for the Striatal microcircutiry model.

  • Predicting Synaptic Connectivity for Large-Scale Microcircuit Simulations Using Snudda. J. J. Johannes Hjorth, Jeanette Hellgren Kotaleski, Alexander Kozlov. Neuroinform (2021). https://doi.org/10.1007/s12021-021-09531-w

  • The microcircuits of striatum in silico. J. J. Johannes Hjorth, Alexander Kozlov, Ilaria Carannante, Johanna Frost Nylén, Robert Lindroos, Yvonne Johansson, Anna Tokarska, Matthijs C. Dorst, Shreyas M. Suryanarayana, Gilad Silberberg, Jeanette Hellgren Kotaleski, Sten Grillner. Proceedings of the National Academy of Sciences (2020). https://doi.org/10.1073/pnas.2000671117

Installation

To install Snudda:

pip3 install snudda

For more information, see Github:

https://github.com/Hjorthmedh/Snudda/wiki/1.-User-installation

Jupyter Notebook examples

There are a number of examples for how to create and run networks on github which illustrates the functionality of Snudda. Several of these are created as short notebooks to showcase a particular feature or function.

https://github.com/Hjorthmedh/Snudda/tree/master/examples/notebooks

Command line example

Once installed Snudda can also be run from the command line, using the snudda command. Below is a small list of the relevant commands that can be used.

Creates an a json config file:

snudda init <networkPath> --size XXX

Cell placement within volumes specified:

snudda place <networkPath>

Touch detection of putative synapses:

snudda detect <networkPath> [--hvsize hyperVoxelSize]

Prune the synapses

snudda prune <networkPath> [--mergeonly]

Setup the input, obs you need to manually pick a input config file

snudda input <networkPath> [--input yourInputConfig]

Run the network simulation using neuron

snudda simulate <networkPath>

Plot figurs with some network analysis:

snudda analyse <networkPath>

Show this help text

snudda help me

Additional information:

https://snudda.readthedocs.io/ https://snudda.readthedocs.io/en/dev

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

snudda-2.2.6.7.tar.gz (16.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

snudda-2.2.6.7-py3-none-any.whl (11.0 MB view details)

Uploaded Python 3

File details

Details for the file snudda-2.2.6.7.tar.gz.

File metadata

  • Download URL: snudda-2.2.6.7.tar.gz
  • Upload date:
  • Size: 16.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for snudda-2.2.6.7.tar.gz
Algorithm Hash digest
SHA256 98b2e43abbe101a84d1dc6736de0d632db977c3cb35aee9d9f24a760e21d0825
MD5 3c7316e4a56546f6142d0d0311b10c09
BLAKE2b-256 3cb77b173caaf20881462d1fd3df9d6fe2a197b49140c9df9df7bc84b2ee5c1f

See more details on using hashes here.

File details

Details for the file snudda-2.2.6.7-py3-none-any.whl.

File metadata

  • Download URL: snudda-2.2.6.7-py3-none-any.whl
  • Upload date:
  • Size: 11.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for snudda-2.2.6.7-py3-none-any.whl
Algorithm Hash digest
SHA256 dd6f20b0e5bde5fbafe5a2b2b27cf6884ce56d90108b5ffa634eb2b776e23421
MD5 99b5f75019b1902100d5f939086227e0
BLAKE2b-256 4b7983ad946cffbc34c10d47f7ccda577f6396fa57b122040e1a76d01d2584dd

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.2.6.7 This release

2 files

2.2.6.5

2 files

2.2.6.4

2 files

2.2.6.2

2 files

2.2.6.1

2 files

2.2.6

2 files

2.2.5

1 file

2.2.4.1

2 files

2.2.4

2 files

2.2.3

2 files

2.2.2

2 files

2.1.17

2 files

2.1.16

2 files

2.1.15

2 files

2.1.14.1

2 files

2.1.14

2 files

2.1.13

2 files

2.1.12

2 files

2.1.11

2 files

2.1.10

2 files

2.1.8

1 file

2.1.7

1 file

2.1.5

2 files

2.1.2

2 files

2.0.2

2 files

2.0.1

2 files

1.4.71

2 files

1.4.4

2 files

1.4.0

2 files

1.3.2

1 file

1.3.1

1 file

1.3.0

1 file

1.2.27

1 file

1.2.26

1 file

1.2.25

1 file

1.2.24

1 file

1.2.23

1 file

1.2.22

1 file

1.2.21

1 file

1.2.17

1 file

1.2.15

1 file

1.2.14

1 file

1.2.13

1 file

1.2.9

1 file

1.2.8

1 file

1.2.7

1 file

1.2.6

1 file

1.2.5

1 file

1.2.4

1 file

1.2.3

1 file

1.2.1

1 file

1.2.0

1 file

1.1

1 file

1.0.23

1 file

1.0.22

1 file

1.0.21

1 file

1.0.20

1 file

1.0.15

1 file

1.0.14

1 file

1.0.13

1 file

1.0.12

1 file

1.0.9

1 file

1.0.8

1 file

1.0.7

1 file

1.0.6

1 file

1.0.4

1 file

1.0.2

1 file

1.0.1

1 file

1.0.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page