find_repeated_sequences {textAnnotatoR}R Documentation

Find repeated patterns in code sequences

Description

Identifies repeating patterns of 2-3 codes in sequence to uncover recurring coding structures.

Usage

find_repeated_sequences(annotations)

Arguments

annotations

Data frame of sorted annotations with columns:

  • code: character, code identifier

Value

Named list of pattern frequencies where:


[Package textAnnotatoR version 0.1.4 Index]