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:

  • start: numeric, starting position

  • end: numeric, ending position

  • code: character, code identifier

Value

List of code transitions, each containing:


[Package textAnnotatoR version 0.1.4 Index]