Code Monkey home page Code Monkey logo

pvsnp's Introduction

PvsNP

DOI

Python vs. Neuro-Physiological (PvsNP) serves as a toolbox for:

  • Statistical analysis of neurophysiological data, including but not limited to cell selectivity, place cell analysis, and etc.
  • Graph Theoretical Analysis of networks of neurons.
  • Data Visualization tool - see the "full picture" of the data garnered from experiments with integration of calcium imaging movies, behavioral videos, and data processing results.
  • Deconvolution of calcium imaging data. (Deprecated)

For any feature requests, feel free to create an issue.

image source

Getting Started

Docker

  1. Download and install Anaconda (Python 3.X)

  2. Download and install Docker

  3. Clone the repository:

git clone https://github.com/smu160/PvsNP.git
  1. Navigate into your local repository and build the Docker image:
cd PvsNP
docker build . -t jupyter
  1. Use the image to run a container:
docker run -it -p 8888:8888 jupyter

If you need to mount data to the container, then use the following command:

docker run -it -p 8888:8888 -v source_directory:target_directory jupyter
  1. You should see something along the lines of:
...
    Or copy and paste one of these URLs:
        http://(2958ngdf42t or 127.0.0.1):8888/?token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Now open your browser window and go to the URL that was created for you.

Installation on Mac or Linux (Python 3.x)

  1. Download and install Anaconda (Python 3.X)

  2. Clone the repository:

git clone https://github.com/smu160/PvsNP.git
  1. Navigate into your local repository and create your environment:
cd PvsNP
bash create_env.sh

Troubleshooting

Create an issue

Dependencies

A list of dependencies can be found in the environment file

pvsnp's People

Contributors

jaberry avatar smu160 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pvsnp's Issues

Event triggered averages

Hi, thank you for making this library available. Do you happen to have anything for computing and visualizing event triggered averages? If not, can this feature be implemented in the near future? Thank you!

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.