ixcat / map-ephys

Mesoscale activity ephys ingest schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mesoscale Activity Project Pipeline

Mesoscale Activity Project Pipeline - map-ephys

Documentation

Visit here for full documentation of this project

The MAP Navigator

A website dedicated for data browsing and results visualization for MAP project can be accessed at https://navigator.mesoscale-activity-map.org/

Access via Jupyter Hub

A MAP-dedicated Jupyter Hub can be accessed at https://jupyter.mesoscale-activity-map.org/

Users can sign in using their GitHub account. Please contact chris@vathes.com for database credential if you don't already have one.

Once signed in, the foler /work is dedicated for each user to freely experiment with the pipeline. Guidelines, tutorial materials, example notebooks can be found under /workshop or /map-ephys/notebook

Local Installation and Setup

Direct installation without a source checkout can be done directly via pip:

$ pip install git+https://github.com/mesoscale-activity-map/map-ephys/

Regular users who will be using the code for querying/analysis should checkout the source code from git and install the package using pythons's pip command. For example:

$ git clone https://github.com/mesoscale-activity-map/map-ephys.git
$ cd map-ephys
$ pip install -e .

This will make the MAP pipeline modules available to your python interpreter as 'pipeline'.

For more details on system setup and administration, visit here

About

Mesoscale activity ephys ingest schema

License:MIT License


Languages

Language:Jupyter Notebook 82.6%Language:Python 15.6%Language:HTML 1.6%Language:MATLAB 0.2%Language:Dockerfile 0.0%Language:Shell 0.0%