-
Notifications
You must be signed in to change notification settings - Fork 66
tips of overlapping spikes #181
Comments
Hi Matteo,
Yes, that could happen. I don't understand one thing, are they compact how? in the 2D projection plots? It's totally normal that one of the clusters merge all the low amplitude detections (enough SNR to be detected but not to be separated).
Both approaches are fine, if you have a lot of data and manually curating the results is not possible I would prefer number 2. The GUI in waveclus is there for manually curate results and have been quite useful before but usually is hard to separate those troublesome clusters. If they are the low amplitude spikes, don't lose time with them.
Sometimes, artefacts generate a few clusters than you can manually remove latter.... the best criterion is to try and see. If the results are totally a mess you still have the next option/question.
That depends on the stability of the recording if the artefact is related to movement that usually changes a bit the waveforms I do not recommend to concatenate data. On the other hand, if the artefact is for example just electromagnetic interference, you can cut the nice segments and call Get_spikes for each of them. Add the start time of each nice segment to the variable index of its _spikes, then you can concatenate the variables of all the _spikes, save them with one of the par variables in a new _spikes file and finally call Do_clustering. Cheers |
Hi Fernando, Thanks for the fast reply. Thank you really much. |
Low is close to the threshold, you can see this more or less when the mean waveform (black line) is close to the minimum value of the spikes in this cluster in sample 20 (for positive spikes). Maybe a clear way is to plot the histogram of amplitudes of sample 20 of the spikes. Usually, you will see that the multiunit cluster doesn't have a symmetric distribution because a big par of the spikes have not been detected. See the fig 2.G of https://www.jneurosci.org/content/31/24/8699
It depends on the application, in general, is not recommended report results using them but I have seen a few. They are tricky because they represent multiple neurons is like the signal pre-sorting. |
Thank you very much for your patience and this paper. Matteo |
Dear Fernando,
I am analyzing single-channel human electrophysiological data.
I have two questions:
i) I always have high isolated and compact clusters but with a high percentage of ISI < 3 ms. This means that there may be multiple neurons firing together with a similar waveform shape but they are not distinguished, right?
How can I handle this situation?
ii) I have some non-stationary artifacts in some tracks. Have I to drop the tracks out or is possible to identify the artifacts and remove them? Does it yet make sense to perform spike sorting in cutted data?
Thank you. I am really struggled on it since weeks.
Regards,
Matteo
The text was updated successfully, but these errors were encountered: