Author Topic: Does the downloadable Matlab code here using CNMF-E algorithm?  (Read 2908 times)

Yujin Han

  • Newbie
  • *
  • Karma: +0/-0
    • View Profile
Hello,

I'm a newbie for miniscope data analysis and I'm little confused about how exactly the Matlab code downloadable here detect neuronal signals. Does this code detect signals by CNMF-E (or CNMF) algorithm? or does it use PCA/ ICA? (or anything else that I do not know)

Sorry for the basic question but I need help.

Thanks.

Honi

  • Newbie
  • *
  • Karma: +3/-0
    • View Profile
Re: Does the downloadable Matlab code here using CNMF-E algorithm?
« Reply #1 on: March 20, 2018, 04:04:56 PM »
No, it does not.  The CNMF-E code is available on github.  https://github.com/flatironinstitute/CaImAn/ is the python version, and https://github.com/flatironinstitute/CaImAn-MATLAB is the matlab version, which is extended here https://github.com/zhoupc/CNMF_E.