Question about estimates.C #1327
-
I recently used CNMF-E to analyze my 1-photon calcium imaging data. I was very happy with the results, but when I presented the data to my lab mates, they had some questions about the denoised traces that I didn't know the answers to.
Could someone help me understand the denoised traces? Thank you :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The tl;dr without getting into too much detail is, an autoregressive model is used to infer the calcium dynamics "based on what we know calcium dynamics are supposed to look like", the oasis paper goes in detail on this: https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005423
They are not arbitrary, CNMF minimizes If you're a beginner I would recommend watching Andrea's open neuroscience talk, see: https://github.com/flatironinstitute/CaImAn?tab=readme-ov-file#videos |
Beta Was this translation helpful? Give feedback.
-
Thanks for the input - this is helpful! I guess the only reason I said I had seen somewhere that the units for estimates.C are arbitrary is because this was discussed in the response to question #1273. |
Beta Was this translation helpful? Give feedback.
The tl;dr without getting into too much detail is, an autoregressive model is used to infer the calcium dynamics "based on what we know calcium dynamics are supposed to look like", the oasis paper goes in detail on this: https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005423
They are not arbitrary, CNMF minimizes
|| Y - AC - bf ||
,C
is the demixed (from neighbori…