how can I use coordinates of path walked by multiple subjects

15 views Asked by At

I have the coordinates of the path 60 mice walked in their cage (each mouse was alone in a different cage) over a week. I want to somehow show the "average" path of all of the mice but not sure how to do that. my first idea was to divide the cage into segments and create a heatmap of the average amount of visits in each segment, but that doesn't tell me how many times they left and came back to each segment. I tried plotting all 60 mice into the same graph but that graph was messy and unreadable. anyone has any suggestion on how to combine all the paths together without losing information? btw the coordinates are only X and Y axes (width and length of the cage) no Z axis (height) if that matters at all

0

There are 0 answers