find_code_transitions: Find transitions between codes

View source: R/annotate_gui.R

find_code_transitionsR 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:

  • from: Source code

  • to: Target code


textAnnotatoR documentation built on April 3, 2025, 7:35 p.m.