The unit of S and C? how to set a threshold on spikes? #139
Unanswered
Yifang-Yuan
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
As @phildong said, binarizing spikes in some way can be helpful so that you can then get spikes/unit time. I've tried both OTSU thresholding and gaussian mixture models to binarize spikes from each cell, and GMMs appeared to work a bit better (just eye-balling). GMMs are very simple to fit using scikit-learn. The only issue with binarizing data in this way is that you lose some info that may be conveyed in large vs low spikes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Beta Was this translation helpful? Give feedback.
All reactions