find_code_transitions: Find transitions between codes
Description
Identifies and analyzes transitions between consecutive code applications
to understand coding sequence patterns.
Usage
find_code_transitions(annotations)
Value
List of code transitions, each containing:
from: Source code
to: Target code
Arguments
- annotations
Data frame of sorted annotations with columns:
start: numeric, starting position
end: numeric, ending position
code: character, code identifier