Learn R Programming

textAnnotatoR (version 1.0.1)

compare_coverage: Compare coverage patterns between coding strategies

Description

Analyzes and compares the coverage patterns between different coding strategies, including total codes used and unique code counts.

Usage

compare_coverage(coding_strategies)

Value

List containing:

  • total_codes_range: Numeric vector with min and max total codes

  • unique_codes_range: Numeric vector with min and max unique codes

Arguments

coding_strategies

List of coding strategies, where each strategy contains:

  • coverage: List containing distribution information

  • frequencies: Table of code frequencies