Meaning of different UID for the same row in the match table #92
-
|
Thank you for developing such a well-integrated software for Kilosort4 post-processing. I was wondering why in some rows of the MatchTable.csv output there are different UID1 and UID2? I think I may have a fundamental confusion about the meaning of UIDs and matches, but I was assuming that a given neuron present in multiple sessions would have the same UID, regardless of the "direction" of matching. What is the sensible way to merge UID1 and UID2, if there is one? Second, are UID int 1 and UID int 2 the default setting for matching? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
|
Hi, good question. To match units across days we have developed the assign unique ID algorithms, this is the UID Liberal, UID int and UID conservative which is our way of creating "groups" of matched units which should all correspond to the same Neuron! So in this case when it is say UID Liberal 1 that is a group of different units across days which matched to that units and is likely from the same neuron (if it is the same day UnitMatch is saying the units are very similar or it could be a split unit!). To summarise (since this matching across days is messy)
There difference between liberal, intermediate and conservative are explained in the UnitMatch paper in the results section under the sub-heading Tracking Over Many Recordings. Please let me know if you have any other questions! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, |
Beta Was this translation helpful? Give feedback.

Hi,
This should be saved in "ID1" for example. So if you find in the MatchTable the rows where UID1 is the one you're looking for, you can check for each session (RecSes1) what is the value for ID1. That should give you the ID of the unit of UID1 tracked across your sessions.
Hope this helps?