-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force removal of template? #41
Comments
You can do this by setting to zeros the corresponding array of rez.dWU(:,:,k) = 0 for the cluster k you want to remove. Then run fullMPMU again. Keep in mind that Phy uses zero indexing. |
If you do try this, I'd be really happy to know how it goes - the question
is whether all of those doubled-spikes really do get assigned to both of
their "true" clusters or whether something else happens to them. It's a
great idea of a thing to try - let us know how it works out!
Nick
…On Sat, Dec 10, 2016 at 5:36 PM, Marius Pachitariu ***@***.*** > wrote:
You can do this by setting to zeros the corresponding array of
rez.dWU(:,:,k) = 0 for the cluster k you want to remove. Then run fullMPMU
again. Keep in mind that Phy uses zero indexing.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#41 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHPUP1rw2lN7MhkvaVSgo4JjdV6PnAKZks5rGuMXgaJpZM4LJs02>
.
|
I have a question about this technique, related to how KiloSort implements thresholding for spike detection. Is the threshold applied to single channels, or groups? Will an event with low energy on multiple channels get counted as a spike, but not an event with the same amplitude on a single channel? I ask because I'm sorting a file and noticing that there are several clusters with the following properties:
The curious thing is 3 - I don't see clusters with the same (small) amplitudes but which exist only at a single location (i.e. fewer channels). I think the solution is probably to just ignore these clusters as noise, so I'm asking mostly out of curiosity. It wasn't clear to me by going back through the paper. |
I'm interested in experimenting with something. Would it be straightforward to kill a cluster manually, then re-run part of the sorting algorithm to resort that cluster's spikes among the remaining templates? One special case would be where I suspect that a particular cluster may actually be several neurons firing together (also see #10). Would it be possible to remove the template for that neuron manually, then rerun the step which determines overlapping spikes (from the remaining templates)?
The text was updated successfully, but these errors were encountered: