Code Monkey home page Code Monkey logo

ms_sync_analysis's Introduction

Shield: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

MATLAB and NEURON code for analyzing septo-hippocampal synchrony

Description

Execute main analysis on all datasets

  • anesthetized rat (arat)
  • anesthetized mouse (amouse)
  • opto-tagging experiments
  • freely moving mouse (fmouse)
  • model -> run EXECUTE_DATASETS() after write in VARIABLE_DEFINITIONS: funcCallDef = 'MAIN_ANALYSIS';

Attention:

  1. You need to adjust all global varriable tables first:
  • ANA_RAT_GLOBALTABLE
  • ANA_MOUSE_GLOBALTABLE
  • OPTO_GLOBALTABLE
  • FREE_MOUSE_GLOBALTABLE
  • MODEL_GLOBALTABLE
  1. If you run optotagging project at first time you need to create a cellbase first!
  2. If you want to simulate a model first:
  • specify network parameters in MODEL_PARAMETER_DEFINITIONS
  • specify global variables in MODEL_GLOBALTABLE
  • run GENERATE_AND_SIMULATE_MODEL
  1. If you want to simulate the model parameter- or vaiancespace:
  • specify network parameter distributions in MODEL_PARAMETER_DEFINITIONS
  • specify global variables in MODEL_GLOBALTABLE_PAR/MODEL_GLOBALTABLE_VAR
  • run SIMULATE_PARAMETER_SPACE (for simulation)
  • run EXPLORE_PARAMETER_SPACE (for processing results)
  1. For model simulations make sure that you commented out the correct section in pacemaker_network_simulation.hoc (synaptic delays or decays are controlled)
  2. In lot of codes ISSAVE argument of the functions is not logical, but flag variable (if specified -either true or false or whatever- it will save the rsults)

For the creation of publication figures, call MSSYNC_FIGURES with the appropriate target directory as a string argument

Requirements

Please contact us with any questions, bug reports, and general feedback:

Barnabas Kocsis and Balazs Hangya
[email protected]
[email protected]

ms_sync_analysis's People

Contributors

hangyabalazs 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.