zhoupc / ease

EM-Assisted Sources Extraction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EASE: EM-Assisted Sources Extraction.

EASE is a toolbox for fusing calcium imaging data and densely reconstructed Electron Microscopy (EM) segments.

Requirements

Running environment

  1. MATLAB: all computations. The earliest MATLAB version passing my test is R2015a. However, you need versions after R2015b if you have to use DataJoint to load EM meshes.

  2. MySQL: store data. We mainly use MySQL to store EM meshes and other large intermediate results relating to preprocessing EM segments. We can also skip using MySQL if we have EM footprints on each 2P scanning plane.

Pakages

  1. DataJoint: access data from MySQL. It's not required if you don't need accessing data.

Data

  1. EM meshes
  2. calcium imaging videos.
  3. high-resolution 2-photon scanning of the imaged volume.

details of the data information will be explained in the section of Run EASE;

Installation

  1. install F-image and then install EASE with F-image in MATLAB
     >> fi.install('ease')
  2. install mysql and configure the database. You also need to test your datajoint connection with MySQL

Use EASE

  • We described a typical pipeline of running EASE. Please check it here.
  • We also uploaded our running scripts for producing results in our EASE paper. Please check it here

References

Copyright

Pengcheng Zhou @Columbia University, 2019

About

EM-Assisted Sources Extraction

License:GNU General Public License v3.0


Languages

Language:MATLAB 61.5%Language:Python 32.5%Language:Jupyter Notebook 5.7%Language:TeX 0.1%Language:M 0.1%Language:Dockerfile 0.1%