find_code_transitions {textAnnotatoR} | R Documentation |
Find transitions between codes
Description
Identifies and analyzes transitions between consecutive code applications to understand coding sequence patterns.
Usage
find_code_transitions(annotations)
Arguments
annotations |
Data frame of sorted annotations with columns:
|
Value
List of code transitions, each containing:
from: Source code
to: Target code
[Package textAnnotatoR version 0.1.4 Index]