I'm trying to count the number of triads completed in a Y-Maze test (see im
age)
A complete triad is when a mouse moves from B > C > A, B > A > C, C > A > B etc. If the mouse goes B > A > B the triad in not complete.
My data is expressed just as a list of BABABCBAB etc.
Is there a way I can count the amount of triads complete? If there is a direction change from clockwise to anti-clockwise that is ok, as long as the triad is complete.
Thanks!
A complete triad is when a mouse moves from B > C > A, B > A > C, C > A > B etc. If the mouse goes B > A > B the triad in not complete.
My data is expressed just as a list of BABABCBAB etc.
Is there a way I can count the amount of triads complete? If there is a direction change from clockwise to anti-clockwise that is ok, as long as the triad is complete.
Thanks!