Skip to main content

Spike analysis software

Project description

__|________|_____|_|_|___|_____|____||_____|_____|_____|____|_____|___||______
_|_______________________|______|_________|_______|_____|____|__|________|_|__
_____|___|__|_____|_______|____|_________________________|__|_________|_______
___|_______|_____|______|_____|_______|__|___|________|______|___|____________
__|__|_______|_____|__|___|______|________|______|______|_____|_______THORNS__

With thorns you can analyze and display spike trains generated by neurons. It can be useful for the analysis of experimental and simulation data using Python. For example, you can easily calculate peristimulus time histogram (PSTH), interspike time histogram (ISIH), vector strength (VS), entrainment and visualize action potentials with raster plot.

waves is a submodule with some useful signal processing and generation functions, e.g. generate ramped tone, amplitude modulation tone, FFT filter, set level (dB_SPL).

The software was originally developed during my PhD in the group of Werner Hemmert at the TUM. It is oriented towards auditory research, but it could be easily extended.

Usage

Don’t forget to check our IPython Notebook DEMO and scripts in the examples directory!

Initialize and load spike trains:

import thorns as th
from thorns.datasets import load_anf_zilany2014

spike_trains = load_anf_zilany2014()

Calculate vector strength:

th.vector_strength(spike_trains, freq=1000)

Raster plot:

th.plot_raster(spike_trains)
th.show()

Generate and plot AM tone:

import thorns.waves as wv

sound = wv.amplitude_modulated_tone(
    fs=48e3,
    fm=100,
    fc=1e3,
    m=0.7,
    duration=0.1,
)

wv.plot_signal(sound, fs=48e3)

wv.show()

You can also browse the API documentation at https://pythonhosted.org/thorns/

Features

  • Analyzes and displays spike trains

  • Uses pandas.DataFrame as the main data container (spike trains, results)

  • Handy signal processing and generating functions: thorns.waves

  • Map implementation with various backend (also parallel) and caching: thorns.util.map()

  • Dumpdb: quickly dump map()’s results in one script and load from another one: thorns.util.dumpdb(), thorns.util.loaddb()

  • Pure Python

Installation

In order to use thorns, you’ll need to install the following dependencies first:

  • Python (2.7)

  • Numpy

  • Scipy

  • Pandas

  • Matplotlib

  • py-notify (optional, enables notifications)

Next, type in your command line:

pip install thorns

Contribute

Support

If you are having issues, please let us know. We have a mailing list located at: cochlea-and-thorns@googlegroups.com

License

The project is licensed under the GNU General Public License v3 or later (GPLv3+).

Project details


Download files

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

Source Distribution

thorns-0.9.tar.gz (127.9 kB view details)

Uploaded Source

File details

Details for the file thorns-0.9.tar.gz.

File metadata

  • Download URL: thorns-0.9.tar.gz
  • Upload date:
  • Size: 127.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for thorns-0.9.tar.gz
Algorithm Hash digest
SHA256 948ee4feadd5fae13abe3b5dd90323d32e238a7b8c6169764316a4597421450b
MD5 9f8c547390d95043b46364ccc473e8d3
BLAKE2b-256 83264270055fe5e0194aa628ccc90bda782e6b6cc10b8f8158410e185f1adbba

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page