Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

BlueBrain/bluepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluepy is now Bluepysnap ! : https://github.com/BlueBrain/snap

This repository is not maintained anymore.

Bluepy documentation

Introduction

Bluepy is a Python library for accessing BlueBrain circuit models. The main two interface classes exposed are Circuit and Simulation.

Circuit corresponds to the static structure of a neural network, i.e.:

  • cell positions / properties
  • synapse positions / properties
  • detailed morphologies
  • electrical models
  • subcellular data (gene expressions, protein concentrations)
  • spatial index of morphology segments
  • spatial index of synapses

Simulation corresponds to the result of a dynamic simulation of the network, i.e. spikes, voltage traces and other binary reports recording neural activity.

Most of |name| methods return pandas Series or DataFrames, indexed in a way to facilitate combining data from different sources (for instance, synapse reports with corresponding synapse positions).

Among other dependencies, |name| relies on BBP-provided libraries:

.. toctree::
   :hidden:
   :titlesonly:

   Home <self>
   install
   usage
   migration
   settings
   cookbook
   devguide
   changelog


Acknowledgments

Authors and Contributors

  • Eilif Muller
  • Miha Pelko
  • Jeff Muller
  • Ronny Hattelan
  • Pierson Fleischer
  • John Kenyon
  • Valentin Haenel
  • Mike Gevaert

The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government's ETH Board of the Swiss Federal Institutes of Technology.

Copyright (c) 2024 Blue Brain Project/EPFL

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published