Giter VIP home page Giter VIP logo

drosophila's Introduction

Drosophila larvae -

A package for analyzing spiking/bursting in drosophila larvae motor neurons.

This package has grown organically and most of the time it lives in Python. Spike detection is still done in Matlab. Analysis has flowed like this:

  • Get all the .abf files of the desired type ('GapFree', '10^-6 Pilo', etc); this can be done with getExtFromDF in the main package, drophila.py
  • Pass that to batchWriteSpikes.m, which uses a moving window to retrieve all spikes from every file listed
  • Every .abf file now has a .csv file that includes spike properties for every spike time
  • If burst detection is desired, the main package can also find bursts using inter-spike intervals and Markov chain Monte Carlo simulation -- this is not perfect, but gets about 90% of the spikes. Burst inclusion (1=burst, 0=tonic) is appended to the trace's .abf file
  • Specific burst features can be extracted if desired using tools in the main function including burst times, inter-burst intervals, and coefficients of variation for each of these

Burst detection

Some details for the burst detection algorithm can be found in the document burst_tonic.pdf in this repo.

drosophila's People

Contributors

acsutt0n avatar

Watchers

 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.